AIDB 6.1.0 release notes v7
Released: 26 Feb 2026
AIDB 6.1.0 includes the following enhancements and bug fixes:
| Type | Description |
|---|---|
| Enhancement | Semantic knowledge base: Introduced a dedicated semantic knowledge base entity that provides structured storage and retrieval for semantically indexed content. |
| Enhancement | OpenRouter support: Added support for OpenRouter as a model provider, enabling access to a wide range of models through a single unified API endpoint. |
| Enhancement | Advanced PDF parsing: Improved PDF parsing with enhanced structural analysis for better extraction of text and layout from complex PDF documents. |
| Enhancement | Chunking overlap support: The chunking algorithms now support configurable overlap between chunks, improving context continuity in retrieval-augmented generation (RAG) workflows. |
| Enhancement | aidb.summarize aggregate function: Added a new aidb.summarize aggregate SQL function that summarizes a set of text rows using a specified AI model. |
| Enhancement | Consistent deprecation messages: Deprecation messages for preparer, retriever, and knowledge base functions have been standardized for clarity and consistency. |
| Enhancement | Descriptive errors for incompatible models: Error messages now clearly identify when a selected model is incompatible with a requested operation. |
| Bug fix | Fix retrieve functions for multistep pipelines: Corrected broken retrieve functions that failed when used with multistep pipeline configurations. |
| Bug fix | Fix volume deletion with dashed names: Volumes with hyphens in their names can now be deleted without errors. |