AIDB 6.1.0 release notes v7

Released: 26 Feb 2026

AIDB 6.1.0 includes the following enhancements and bug fixes:

TypeDescription
EnhancementSemantic knowledge base: Introduced a dedicated semantic knowledge base entity that provides structured storage and retrieval for semantically indexed content.
EnhancementOpenRouter support: Added support for OpenRouter as a model provider, enabling access to a wide range of models through a single unified API endpoint.
EnhancementAdvanced PDF parsing: Improved PDF parsing with enhanced structural analysis for better extraction of text and layout from complex PDF documents.
EnhancementChunking overlap support: The chunking algorithms now support configurable overlap between chunks, improving context continuity in retrieval-augmented generation (RAG) workflows.
Enhancementaidb.summarize aggregate function: Added a new aidb.summarize aggregate SQL function that summarizes a set of text rows using a specified AI model.
EnhancementConsistent deprecation messages: Deprecation messages for preparer, retriever, and knowledge base functions have been standardized for clarity and consistency.
EnhancementDescriptive errors for incompatible models: Error messages now clearly identify when a selected model is incompatible with a requested operation.
Bug fixFix retrieve functions for multistep pipelines: Corrected broken retrieve functions that failed when used with multistep pipeline configurations.
Bug fixFix volume deletion with dashed names: Volumes with hyphens in their names can now be deleted without errors.