-- Enable pgvector extension for embeddings storage CREATE EXTENSION IF NOT EXISTS vector; -- Enable uuid-ossp for UUID generation CREATE EXTENSION IF NOT EXISTS "uuid-ossp";