Completing and verifying the extension installation
Installing the AI Database extension
The AI Database extension is an extension that provides a set of functions to run AI/ML models in the database. The extension is installed using the CREATE EXTENSION
command.
Installing the File System extension
The File System extension is an extension that provides a set of functions to interact with the file system from within the database. The extension is installed using the CREATE EXTENSION
command.
Validating the installation
You can check the extensions have been installed by running the \dx
command in psql
.
Typically, there will be other extensions listed in this view. The aidb
, pgfs
, and vector
extensions should be listed.
Could this page be better? Report a problem or suggest an addition!