-- 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