-- Enable pgvector extension CREATE EXTENSION IF NOT EXISTS vector; -- Create UUID extension CREATE EXTENSION IF NOT EXISTS "uuid-ossp";