-- Copilot embedding dimensions are configured at runtime. Remove the fixed -- vector(1536) typmod so rebuilt article embeddings can use the selected model. DROP INDEX IF EXISTS idx_article_embeddings_vector; ALTER TABLE article_embeddings ALTER COLUMN vector_embedding TYPE vector USING vector_embedding::vector;