supervc-stack/VectorChord
Scalable, fast, and disk-friendly vector search in Postgres, the successor of pgvecto.rs. observed · 2026-08-28
Health v2 · maintenance only
79/100
- Activity 96
- Release rhythm 72
- Longevity 52
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 23
- age_days: 729
- days_rel: 186
- days_push: 27
- n_releases_24m: 16
Adoption not part of the score
1785 stars · 72 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
VectorChord is a PostgreSQL extension written in Rust for scalable, disk-efficient vector similarity search, serving as the successor to pgvecto.rs. It uses RaBitQ quantization with autonomous reranking to store hundreds of millions of vectors on modest hardware while remaining pgvector-compatible.
Use cases
- run vector similarity search inside postgres
- store 100 million embeddings on a single server
- build a RAG pipeline without a separate vector database
- migrate from pgvector for better performance and lower storage cost
- do hybrid keyword and vector search in one database
- index large embedding datasets quickly
- support high-dimensional embeddings like text-embedding-3-large
When to choose
- you already run PostgreSQL and want vector search without adding a dedicated vector database
- you need billion-scale vector search at low infrastructure cost
- you want pgvector-compatible syntax with faster queries and indexing
- you need long vectors up to 60,000 dimensions
- you want BM25 plus vector search together for RAG
When to avoid
- you need a fully managed vector database service
- your project is not on PostgreSQL
- you only have a few thousand vectors and pgvector is sufficient
- you require a permissive open-source license without restriction
Facets
library · maturity active
vector-database search-engine database databases machine-learning large-language-models windows self-hosted cloud postgresql-extension vector-search pgvector-compatible rabitq-quantization rust rag similarity-search embeddings search retrieval-augmented-generation linux macos docker
6 sources
- readme: https://github.com/supervc-stack/VectorChord · fetched 2026-08-28 · fdc5fc83d709
- homepage: https://docs.vectorchord.ai/vectorchord/getting-started/overview.html · fetched 2026-08-29 · af61c2a55ee5
- site_page: https://docs.vectorchord.ai/vectorchord · fetched 2026-08-29 · b4f620fd3409
- site_page: https://docs.vectorchord.ai/getting-started/overview.html · fetched 2026-08-29 · 8da3c1517623
- site_page: https://docs.vectorchord.ai/vectorchord/getting-started/installation.html · fetched 2026-08-29 · 877d5d88842b
- site_page: https://docs.vectorchord.ai/vectorchord/getting-started/vectorchord-suite.html · fetched 2026-08-29 · 7b8280e50585
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| supervc-stack/VectorChord | main | 79 |
For agents
markdown · JSON · MCP: product_card(name="supervc-stack/VectorChord")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem