apps/www/content/md/vector.md
Store, index, and query vector embeddings in Postgres with pgvector.
Supabase Vector is an AI toolkit that lets you store vector embeddings alongside your transactional data in the same Postgres database. Powered by the pgvector extension, it eliminates the need for a separate vector database while providing production-grade similarity search.
vector column<=> (cosine), <-> (L2), or <#> (inner product) operators