pgvector
Open-source vector similarity search for Postgres observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 98
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1961
- days_rel: n/a
- days_push: 13
- n_releases_24m: 0
Adoption not part of the score
22760 stars · 1297 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
pgvector is an open-source PostgreSQL extension that adds vector data types and vector similarity search, supporting exact and approximate nearest neighbor search with multiple distance metrics. It lets you store embeddings alongside relational data while retaining full Postgres features like ACID compliance and JOINs.
Use cases
- add vector similarity search to postgres
- store embeddings with relational data
- build a rag application without a separate vector database
- find nearest neighbors by cosine distance in sql
- semantic search over documents in postgres
- recommendation system with embedding similarity
When to choose
- you already use Postgres and want vector search without running a separate database
- you need ACID transactions, JOINs, and backups for your vector data
- you want a mature, widely supported extension with clients in many languages
When to avoid
- you need massive-scale vector search beyond what a single Postgres instance can handle
- you require advanced vector database features like multi-tenancy filtering at extreme scale or built-in hybrid search
- you don't use Postgres and have no reason to adopt it
Facets
library · maturity active
vector-database search-engine database databases machine-learning windows self-hosted cloud postgres-extension vector-similarity-search embeddings nearest-neighbor-search hnsw ivfflat sql search retrieval-augmented-generation linux macos docker
1 source
- readme: https://github.com/pgvector/pgvector · fetched 2026-08-28 · 305c01a02eff
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pgvector/pgvector | main | 76 |
| pgvector/pgvector-python | sdk | 73 |
For agents
markdown · JSON · MCP: product_card(name="pgvector/pgvector")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem