AI Accelerator - Pipelines 4.0.0 release notes
Released: 5 May 2025
This release introduces a completely re-written processing back-end for the knowledge base pipeline. Retrievers are renamed to knowledge bases and some types and functions are also renamed for consistency. The preparer pipeline now supports OCR and can output its results to a volume. As always, bug fixes and other enhancements to existing functionality are also included.
Highlights
- New processing back-end for the knowledge base pipeline supporting: background processing, batch processing, full iterative sync for tables and volumes.
- Added OCR support to the preparer pipeline.
- Added the ability to write preparer pipeline output to a volume.
- Renaming of retrievers to knowledge bases.
- Renaming of preparer functions for consistency.
- Renaming of "processing mode" in pipelines config to "auto processing" for consistency.
- Added arm64 support for the AI Accelerator on Debian 12 and RHEL 9.
- Added support for writing preparer output to object storage volumes with configurable TLS and custom certificate validation.
Enhancements
Description | Addresses |
---|---|
Renamed retrievers to knowledge bases and renamed preparer functions.The retriever pipeline has been renamed to the knowledge base pipeline. The functions | |
Renamed "processing mode" in pipelines config to "auto processing" for consistencyThe setting for "auto processing" in pipeline creation, config and overview functions has been re-named from | |
Added the ability to write preparer pipeline output to a volume.Preparer pipelines now support AIDB volumes (e.g. an S3 bucket using PGFS) as output destination. Previously, only Postgres tables were supported. Volumes as input source were already supported together with tables, so now all 4 source/destination combinations are possible. | |
Added arm64 support for the AI Accelerator on Debian 12 and RHEL 9.The AI Accelerator now supports arm64 architecture on Debian 12 and RHEL 9. This includes support for the arm64 architecture in the | |
The aidb.rerank_text() function now returns results as a rich tableThe | |
Improved debugging capabilities for AI models accessed over HTTP APIsAIDB now prints rich debugging output for any errors encountered when using external models via API. This includes NIM models and OpenAI API compatible models. The HTTP status code, error response content, and request content are logged to help users debug issues like incorrect endpoints, incorrect model configuration or incorrect credentials, among others. | |
Added TLS configuration support for models using HTTP APIs.Models that connect to external HTTP endpoints can now be configured with TLS settings via the | |
Added PerformOcr operation to Preparer.Preparer pipelines can now utilize a |
- On this page
- Highlights
- Enhancements
← Prev
EDB Postgres AI - AI Accelerator release notes
↑ Up
EDB Postgres AI - AI Accelerator release notes
Next →
AI Accelerator - Pipelines 3.0.1 release notes
Could this page be better? Report a problem or suggest an addition!