Files
eveAI/docker/db/init.sql
2024-06-26 12:02:14 +02:00

4 lines
170 B
SQL

-- Initialize the eveai database and enable the pgvector extension
CREATE EXTENSION IF NOT EXISTS vector;
-- You can add other initialization SQL commands here if needed