AIDB 4.0.1 release notes v7

Released: 09 May 2025

AIDB 4.0.1 includes the following enhancements and bug fixes:

TypeDescription
Bug fix Fixed schema handling for knowledge base and preparer pipelines: The knowledge base and preparer pipelines now support arbitrary Postgres schemas for source and destination tables and volumes. A bug prevented users from configuring explicit schemas via Postgres qualified identifiers (schema.name) in the create pipeline calls.
Bug fixFixed 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.
EnhancementSimplified model integration for HCP: External models running on HCP model serving infrastructure can now be listed and integrated into AIDB using the new helper functions aidb.get_hcp_models() and aidb.create_hcp_model().
EnhancementPerformance enhancement for embeddings processing: When using external models for embeddings, AIDB no longer performs additional API calls to probe the model service for the response type in most situations. AIDB now uses actual results to determine the response type, reducing the overhead when running embedding processing.