#31 · Primary category: Vector Databases
VectorChord
Scalable, fast, and disk-friendly vector search in Postgres, the successor of pgvecto.rs.
Project last updated:08/06/26
GitHub Stars
1.8K
Forks
73
Contributors
11
License
Other
Why we included this project
VectorChord is a Postgres extension that brings approximate nearest-neighbor search to an existing database, no separate service required. It compresses vectors with RaBitQ quantization and does automatic reranking, which keeps storage costs down while maintaining recall. The project is the successor to pgvecto.rs and stays compatible with pgvector's types and syntax, so switching often means no query rewrites. The README's numbers are compelling: about 400,000 vectors per dollar of storage, and a hundred million vectors on a single i4i.xlarge instance, with index builds taking around 20 minutes. If you're weighing whether to consolidate vector workloads into your current Postgres or add a dedicated vector store, the benchmarks and disk-usage figures are worth a look.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
supabase
The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
tidb
TiDB is built for agentic workloads that grow unpredictably, with ACID guarantees and native support for transactions, analytics, and vector search. No data silos. No noisy neighbors. No infrastructure ceiling.
milvus
Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search
qdrant
Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also available in the cloud https://cloud.qdrant.io/
chroma
Search infrastructure for AI