pgvector alternatives, 2026.Q3: every real option, ranked
The short answer
Edition v2026.Q3 · pricing and status verified 2026-08-06.
Turbopuffer is the strongest pgvector alternative for most — multi-tenant AI products with millions of per-user namespaces — the exact shape of agent memory and per-customer document search. Then: Pinecone · Qdrant · Chroma. Below, all 17 real options in the vector store category, with pricing and honest watch-outs — plus the 6 "alternatives" other lists still recommend that are dead, renamed, or sunsetting.
Why people look past pgvector at all: Vanilla HNSW strains past ~50M vectors — you'll want pgvectorscale (DiskANN) or a graduation plan. Index build memory and write-heavy churn need real Postgres operational skill; 'free' is not 'zero-ops'.
The top pgvector alternatives, ranked
2Turbopufferturbopuffer, Inc.
Usage-based · Launch $16/mo min · Scale $256/mo min (HIPAA BAA, SSO) · Enterprise ≥$4,096/mo (single-tenant, BYOC)Best for Multi-tenant AI products with millions of per-user namespaces — the exact shape of agent memory and per-customer document search.
Watch Cold namespaces pay object-storage latency (hundreds of ms) on first hit. Closed source, no self-host below Enterprise BYOC, and a small team carrying very large customers. Revenue figure is single-source (Sacra).
3PineconePinecone Systems
Starter free (2GB) · Builder $20/mo flat · Standard $50/mo min + usage · Enterprise $500/mo minBest for Teams that want a zero-ops, pure-play managed vector database with mature enterprise controls and don't want to think about infrastructure at all.
Watch The cautionary tale of the category: flagship logos (Notion) left over cost, mid-2025 press cycles covered sale-exploration chatter (the new CEO says acquisition is 'definitely not on the table'), and it has raised nothing since 2023's $100M at $750M. At startup scale you are paying a premium for convenience pgvector gives you free.
4QdrantQdrant (Berlin)
OSS free (Apache-2.0, Rust) · Cloud free 1GB cluster · Standard usage-based · Premium/Private Cloud customBest for Self-hosters and regulated teams who need heavy metadata filtering, hybrid search, and full control from laptop to 1B+ vectors.
Watch Cloud pricing beyond the free tier is quote-driven — less transparent than Turbopuffer or Chroma. Feature surface (embeddings, rerankers, agents) is expanding fast; watch for focus dilution.
5ChromaChroma (San Francisco)
OSS free (Apache-2.0) · Cloud usage-based: $0.33/GiB-mo storage, $2.50/GiB writes · Starter $0 + $5 credit · Team $250/moBest for AI engineers who want retrieval running in five minutes — local in a notebook today, serverless Chroma Cloud with the same API tomorrow.
Watch Thinnest capitalization of the five ($18M seed, Apr 2023 — no announced round since) and the least enterprise track record at billion scale. Single-node OSS deployments hit walls that force the Cloud migration decision.
Every other live option in vector store
| Tool | Maker | What it is | Entry |
|---|---|---|---|
| Weaviate | Weaviate B.V. | The near-miss for the top 5 — mature OSS with module ecosystem and Query Agent; $68M raised, Ricoh strategic investment Mar 13, 2026; momentum flatter than Qdrant's | free sandbox · Flex $45/mo |
| Milvus / Zilliz Cloud | Zilliz | The billion-scale OSS heavyweight: 40k GitHub stars (Dec 2025), 10k+ enterprise deployments (NVIDIA, Salesforce, eBay); tiered storage cut costs 50% in v2.6; Milvus Lake lakehouse coming | free · dedicated from ~$16/M vectors/mo |
| LanceDB | LanceDB (Lance format) | $30M Series A (Jun 2025) to build the 'multimodal lakehouse' — embedded OSS + columnar Lance format; Netflix, ByteDance Volcano Engine, CrewAI (2B+ agent executions) | free OSS · cloud usage-based |
| pgvectorscale | Tiger Data (ex-Timescale) | DiskANN + statistical binary quantization on top of pgvector — the extension that stretches Postgres past 50M vectors; 0.9.0 added Postgres 18 support | free (PostgreSQL lic.) |
| Amazon S3 Vectors | AWS | GA Dec 2, 2025 — vector buckets native to S3, 2B vectors/index, ~100ms warm queries, 'up to 90% cost reduction'; the price floor under the whole category | pure usage, no minimum |
| MongoDB Atlas Vector Search | MongoDB | Vector search absorbed into the document DB — plus the Voyage AI embedding/reranker acquisition (Feb 2025) for an integrated retrieval stack | free tier · Atlas usage |
| Elasticsearch / OpenSearch | Elastic / OpenSearch Software Foundation | Incumbent search engines with dense-vector + BM25 hybrid; the default when you already run ELK — and Elastic leadership has been openly dismissive of standalone vector DBs as a business | free self-host · cloud from ~$95/mo |
| Redis (Vector Sets / Query Engine) | Redis Ltd. | In-memory vector search inside Redis 8 — lowest latency for small hot sets and semantic caching; RAM economics cap the scale | free · Redis Cloud from $5/mo |
| Vespa | Vespa.ai (Yahoo spin-out) | Big-league serving engine (search + recsys + vectors) used by Spotify and Yahoo properties; overkill below hundreds of millions of documents | free OSS · cloud usage |
| Supabase (pgvector hosting) | Supabase | The biggest on-ramp to pgvector — free tier includes it; the reason 'just use Postgres' is a two-minute decision for new projects (platform itself → element Ba) | free tier · Pro $25/mo |
| Vectara | Vectara | RAG-as-a-service platform rather than a raw vector store — retrieval, reranking, and grounded generation in one API; adjacent but often cross-shopped | free tier · usage |
| Marqo | Marqo | End-to-end embedding search (brings its own inference); niche but differentiated in e-commerce search | free OSS · cloud usage |
| Faiss | Meta | The foundational ANN library — not a database; still what many in-house vector systems are built on | free (MIT) |
The "pgvector alternatives" to avoid — no longer what they were
Listicles still recommend these. As of 2026-08-06, they are not what the listicles think.
| Tool | Status | What happened |
|---|---|---|
| Neon (pgvector serverless) | acquired | Serverless Postgres with pgvector; acquired by Databricks May 2025 (~$1B reported) — vectors ride into the lakehouse ecosystem |
| Astra DB / DataStax | acquired | Cassandra-based vector DB; DataStax acquisition by IBM closed 2025 — vector search folded into watsonx orbit |
| Deep Lake | fading | Tensor/vector data lake for multimodal ML; mindshare faded as LanceDB took the format-centric lane |
| MyScale | fading | SQL vector DB on ClickHouse; quiet through 2025–26, community momentum stalled |
| Annoy | dead | The 2015-era ANN library; superseded by Spotify's own Voyager and modern HNSW implementations — historical interest only |
| pg_embedding | dead | Neon's rival Postgres extension, deprecated in 2023 in favor of pgvector — early evidence the ecosystem consolidates on one Postgres answer |
How to choose
- If you already run Postgres and hold under ~10M vectors (you almost certainly do)
- pgvector. One extension, zero new vendors, joins against your real data. Revisit only when p95 latency or index-build pain says so.
- If you're building a multi-tenant AI product — per-user memory, per-customer document search — or your dedicated-DB bill crossed four figures
- Turbopuffer. Namespaces-on-object-storage is purpose-built for that shape, and it's the migration Notion and Cursor already validated.
- If procurement wants a managed pure-play with every compliance box ticked, and nobody wants to run infrastructure
- Pinecone Standard ($50/mo min) — accepting that you're paying the convenience premium the rest of this page is about avoiding.
- If you need self-hosting, data residency, or heavy metadata-filtered hybrid search at 100M+ vectors
- Qdrant OSS, with their cloud or hybrid cloud when ops outgrows you. Milvus/Zilliz if you're genuinely at billions.
- If your vectors are cold, batch-queried, and already in AWS — archives, logs, agent episodic memory
- S3 Vectors: no minimums, up to ~90% cheaper, sub-second cold queries. Pair it with a hot tier; it is not a low-latency serving store.
This analysis is drawn from the Vector Store element dossier — the ranked top 5, the comparison matrix, and the complete field of 19 more tools live there, with every source. Data: vd.json (CC BY 4.0).
Every claim above is dated and sourced from the elems dossiers — 1,421 tools tracked across 58 categories, verified 2026-08-06, including the 276 we found dead, renamed, acquired, or sunsetting. Rankings are editorial, never paid — the charter.
Build your stack in 5 questions →