llama-stack-mirror/docker/pgvector/postgres/vector_extension.sql
2024-11-08 14:00:54 -08:00

2 lines
130 B
SQL

-- Create the 'vector' extension within the database that is set in the docker-compose.yml
CREATE EXTENSION IF NOT EXISTS vector;