AI Accelerator - Pipelines 1.0.0 release notes
Released: 20 November 2024
This is the GA release of EDB Postgres AI - AI Accelerator - Pipelines. Since the technical preview, a number of enhancements have been made.
Highlights
- Integrated model runtime.
- Support for external models with OpenAI API.
- Secure management of API credentials via postgres "user mapping" feature.
- Model registry that allows configuring internal/external models.
- pgfs/volumes allows working with external data from S3 object stores and file systems.
- Low-level primitives for models: encode, transform for image and text data.
- Enhanced retriever concept for data retrieval.
- Support image and text data, including: Postgres tables, external storage, and ad-hoc queries.
- Support for building fully custom AI workflows/pipelines.
Enhancements
Description | Addresses |
---|---|
Integrated model runtimeThe tech preview had a separate model runtime. Now, the model runtime is integrated into the product. | |
Support for external models with OpenAI APIThe tech preview only supported internal models. Now, external models can be used with OpenAI API. | |
Secure management of API credentials via postgres "user mapping" featureImproved from the tech preview which had no secure credential management. | |
Model registry that allows configuring internal/external modelsA new concept in Pipelines over the tech preview which had only retrievers. | |
PGFS allows working with external data from S3 object stores and file systemsThe tech preview could only work with S3 in retrievers. Now, the volume concept allows working with external data in general. | |
Low-level primitives for models: encode, transform for image and text dataLow-level primitives for modes have been added to complement the existing high-level functions. | |
Enhanced retriever concept for data retrievalRetriever concept has been enhanced:
| |
Support image and text dataImages can be retrieved from
| |
Support for building fully custom AI workflows/pipelines
|
- On this page
- Highlights
- Enhancements
Could this page be better? Report a problem or suggest an addition!