AIDB 7.2.0 release notes v7

Released: 30 Mar 2026

AIDB 7.2.0 includes the following enhancements and bug fixes:

TypeDescription
EnhancementMulti-pipeline knowledge bases: Knowledge bases can now be associated with multiple pipelines, enabling richer and more flexible data ingestion and retrieval architectures.
EnhancementHybrid search (BYOSQL): Introduced Tier 1 hybrid search support with a bring-your-own-SQL (BYOSQL) interface, allowing custom retrieval logic to be combined with semantic search.
EnhancementRetrieval support for multistep pipelines: Retrieval operations are now supported within multistep pipeline configurations, enabling end-to-end RAG workflows across pipeline stages.
EnhancementHuggingFace API support: Added support for the HuggingFace Inference API as a model provider for embeddings and other AI tasks.
EnhancementModel options: Model configurations can now include provider-specific options, giving finer control over model behavior such as temperature, max tokens, and other parameters.
EnhancementAgent directives: Added support for defining agent directives, enabling structured guidance for AI agents operating within AIDB pipelines.
EnhancementPipeline Dead Letter Queue (DLQ) — Phase 1: Introduced the first phase of Dead Letter Queue support for pipelines. Processing errors are now logged for failed pipeline operations, enabling inspection and reprocessing of failed records.
EnhancementConfigurable CPU limit: Added a configurable CPU limit for background pipeline workers to prevent resource contention in shared environments.
EnhancementHCP model sync hints: When listing models that require HCP synchronization, AIDB now displays a helpful hint guiding users on how to sync models from HCP.
EnhancementOptionally versioned interfaces (OVI): Pipeline and knowledge base views now support optionally versioned interfaces, allowing clients to pin to a specific API version.
EnhancementImproved deprecation UX: Deprecated functions now provide clearer messages with guidance on replacement functions and migration steps.
Enhancementfunctions tag on aidb.models view: The aidb.models view now includes a functions tag, making it easier to identify models that support function-calling capabilities.
Bug fixFix volume listing with directories: Corrected an issue where volume listing failed when directories were present alongside files in a volume.
ChangeVolume names with quoted identifiers blocked: Creating volumes with names that require quoted identifiers (for example, names containing spaces or special characters) is no longer allowed, to prevent ambiguity in SQL references.