tensorchord/pgvecto.rs
Scalable, Low-latency and Hybrid-enabled Vector Search in Postgres. Revolutionize Vector Search, not Database. observed · 2026-08-28
Health v2 · maintenance only
24/100
- Activity 8
- Release rhythm 8
- Longevity 88
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: n/a
- age_days: 1236
- days_rel: 650
- days_push: 553
- n_releases_24m: 1
Adoption not part of the score
2183 stars · 86 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
pgvecto.rs is a Postgres extension written in Rust (via pgrx) that adds vector similarity search with high dimension support, quantization, and filtered vector queries. It is now superseded by its successor VectorChord, which the maintainers recommend users migrate to.
Use cases
- add vector similarity search to an existing postgres database
- store and query llm embeddings without running a separate vector database
- run filtered nearest-neighbor search with joins in sql
- build a rag application backed by postgres
- index high-dimensional embeddings up to 65535 dimensions
- compare pgvector vs pgvecto.rs performance for vector search
When to choose
- you already run postgres and want vector search without a second database
- you need vector dimensions beyond pgvector's 2000 limit
- you need combined vector search with relational filters and joins
- you want quantization options to reduce memory usage
When to avoid
- starting a new project - the maintainers recommend VectorChord instead
- you need full WAL support for indexes
- you want a managed or standalone specialized vector database
- you need a battle-tested, stable extension for critical production workloads
Facets
plugin · maturity maintenance
vector-database search-engine database databases machine-learning large-language-models self-hosted rust python postgres-extension vector-similarity-search hnsw embeddings pgvector-alternative pgrx simd hybrid-search search retrieval-augmented-generation linux docker
9 sources
- readme: https://github.com/tensorchord/pgvecto.rs · fetched 2026-08-28 · c2e97000c2d3
- homepage: https://docs.vectorchord.ai/getting-started/overview.html · fetched 2026-08-29 · 8da3c1517623
- site_page: https://docs.vectorchord.ai/vectorchord · fetched 2026-08-29 · b4f620fd3409
- site_page: https://docs.vectorchord.ai/getting-started/installation.html · fetched 2026-08-29 · 0bf0c8ea3fae
- site_page: https://docs.vectorchord.ai/faqs/general.html · fetched 2026-08-29 · 173948bcd4c2
- site_page: https://docs.vectorchord.ai/faqs/comparison-pgvector.html · fetched 2026-08-29 · 8dfd24a2d8d5
- site_page: https://docs.vectorchord.ai/faqs/comparison-with-specialized-vectordb.html · fetched 2026-08-29 · eb8e43d3daaf
- site_page: https://docs.vectorchord.ai/faqs/benchmark.html · fetched 2026-08-29 · 5873df2ebd06
- site_page: https://docs.vectorchord.ai/community/contributing.html · fetched 2026-08-29 · 1e7d50b61eae
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tensorchord/pgvecto.rs | main | 24 |
For agents
markdown · JSON · MCP: product_card(name="tensorchord/pgvecto.rs")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem