Extensions

Supported extentions

Extension Postgres version
vector (pgvector) 15 and later
postgis 15 and later

Creating an extension

Connect to PostgreSQL using an admin account (e.g ccxadmin).

CREATE EXTENSION vector;
CREATE EXTENSION

See Postgres documentation for more information.

Last modified June 2, 2026: Changed to beta (#294) (4c9798d)