AIDB 5.2.0 release notes v7

Released: 26 Nov 2025

AIDB 5.2.0 includes the following enhancements and bug fixes:

TypeDescription
EnhancementEmbeddings in pipeline ecosystem: Embedding generation is now fully integrated into the generic pipeline ecosystem, providing a unified approach to managing embedding pipelines.
EnhancementMultistep pipeline validation: Added validation logic for multistep pipelines to catch configuration errors earlier.
EnhancementUp to 10 pipeline steps: Increased the maximum number of supported steps in a single pipeline from the previous limit to 10.
EnhancementPipeline embeddings metrics: Pipelines now collect and expose metrics for embedding operations, enabling monitoring of throughput and performance.
EnhancementPipeline envelope iteration: Added support for iterating over pipeline envelopes, providing more control over data flow within pipeline stages.
EnhancementGeneric pipeline task: Introduced a generic task abstraction for pipelines to support more flexible and composable pipeline definitions.
ChangeGPU acceleration removed: GPU-accelerated index building has been removed from AIDB and moved to a separate extension. Users relying on GPU acceleration should refer to that extension.