AI Accelerator - Pipelines 2.1.2 release notes

Released: 24 February 2025

In this maintenance release, we fix two bugs and improve the model provider listing output.

Highlights

  • Model provider output now contains descriptions of the providers.

Enhancements

DescriptionAddresses
Added model provider descriptions

The model provider view select * from aidb.model_providers; now includes a description column detailing the purpose and capabilities of each model provider.

Bug Fixes

DescriptionAddresses
Fixed the volume listing command

The aidb.list_volumes(); call is now functional. A bug prevented this call from succeeding (without affecting any other functionality).

Fixed the search path handling

Some internal commands used to append aidb to the search_path. This failed in certain cases depending on the contents of the existing search path. We changed the implementation to no longer modify the search_path in order to avoid this issue. This also means that the existing search_path no longer gets modified by AIDB.

Credentials are now completely optional for OpenAI compatible models

Previously the aidb.create_model() function required a key with an empty value to be passed for the api-key. It now allows you to omit the credentials parameter.


Could this page be better? Report a problem or suggest an addition!