AIDB 7.3.0 release notes v7

Released: 08 Apr 2026

AIDB 7.3.0 includes the following enhancements and bug fixes:

TypeDescription
EnhancementPipeline DLQ — Phase 2: Nonblocking errors: The Dead Letter Queue now handles nonblocking errors, meaning that transient or non-critical processing failures no longer halt pipeline execution. Failed records are queued for inspection and reprocessing.
EnhancementTransient error classification: Model and database errors are now classified as PipelineTemporary where appropriate, enabling the pipeline to retry transient failures automatically rather than treating them as permanent errors.
EnhancementDLQ user APIs: Introduced user-facing SQL functions for interacting with the Dead Letter Queue, including the ability to list, inspect, and reprocess failed pipeline records.
EnhancementComments in semantic knowledge base search: Semantic knowledge base search now includes support for searching over comments stored alongside document content.