AI Accelerator - Pipelines 4.0.1 release notes

Released: 9 May 2025

This is a minor release that includes a few bug fixes and enhancements to the knowledge base pipeline.

Highlights

  • Bug fixes and performance enhancements.
  • Simplified model integration for HCP.

Enhancements

DescriptionAddresses
Bug fixes for knowledge base and preparer pipeline schema handling.

The knowledge base and preparer pipeline now support arbitrary Postgres schemas for source and destination tables/volumes. A bug prevented users for configuring explicit schemas via Postgres qualified identifiers (schema.name) when referencing source or destination tables/volumes in the create pipeline calls. This bug is now fixed.

Bug fix for knowledge base result accuracy.

A bug in the batch-processing code for knowledge base pipelines would, under certain circumstances, lead to inaccurate results during retrieval. This bug was introduced in the 4.0.0 release and is now fixed.

Simplified model integration for HCP.

External models, running on the HCP Model Serving infrastructure, can now be listed and integrated into AIDB with new helper functions aidb.get_hcp_models() and aidb.create_hcp_model().

Performance enhancement for embeddings processing with external models.

When using external models for embeddings (e.g. with the nim_embeddings model adapter), AIDB performs additional API calls in order to probe the model service for the response type. These calls are now skipped in most situations to reduce the overhead to a minimum when running embedding processing. AIDB will now use actual results to determine the response type.


Could this page be better? Report a problem or suggest an addition!