-- pgvector (runs on first boot, after 10-schema.sql; the `vector` package is -- baked into the db/ image — see db/Dockerfile). -- The poi_vec table itself is created by embedpoi (it needs to know the -- embedding dimension, which is detected from the model's first response). CREATE EXTENSION IF NOT EXISTS vector;