AIDB 4.2.0 release notes v7
Released: 16 Jun 2025
AIDB 4.2.0 includes the following enhancements and bug fixes:
| Type | Description |
|---|---|
| Enhancement | Added support for retrieve_text() with volume knowledge bases: The retrieve_text() function can now be used with knowledge bases that use volumes as data source. Previously, only retrieve_key() was supported and users had to manually load the content of the objects in their application. |
| Bug fix | Fixed local file processing in volume knowledge bases: An issue existed where a number of local files in a volume knowledge base were not processed due to an issue with the ordering of file results. This has been fixed. |
| Enhancement | Fewer mandatory values for preparer pipelines: Added default values for some preparer pipeline options to reduce the number of mandatory settings. |
| Enhancement | Added schema support for preparer pipeline volume destinations: Volumes used as destinations for preparer pipelines can now be located in arbitrary schemas within the Postgres database. This completes schema support for AIDB. |
| Bug fix | Fixed easy model syncing in hybrid manager deployments: The sync_hcp_models() function used to automatically create AIDB models in hybrid manager deployments resulted in non-working model configurations. This is now fixed. |