What is pgvector and why is it popular?
RAG & Vector DB Interview: pgvector HNSW, IVFFlat, Index Tuning, Postgres RAG
Audio flashcard · 0:33Nortren·
What is pgvector and why is it popular?
0:33
pgvector is an open-source PostgreSQL extension that adds a vector data type and similarity search functions, turning any Postgres database into a vector database. It has exploded in popularity because it lets teams add vector search to existing Postgres deployments without operating a separate database, inheriting Postgres's mature tooling, replication, backups, transactions, and security. pgvector supports HNSW and IVFFlat indexes, cosine, Euclidean, and inner product distances, and integrates with major hosted Postgres services like Supabase, Neon, and AWS RDS.
github.com