This section provides reference documentation for EDB Postgres AI AI Accelerator Pipelines Models. It includes information on the functions and views available in the aidb extension for working with Models.
Tables
aidb.model_providers
The aidb.model_providers table stores information about the model providers that have been created in the database.
Column
Type
Description
server_name
name
Name for the model server.
server_options
text[]
Options for the model server.
Functions
aidb.register_model
Registers a a new model in the system by saving its name, provider and optional configuration.