4 lines
170 B
SQL
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 |