14 Vd Vector Store
Group 4 · Knowledge & Memory · element 14 of 58

Vector Store

Memory your agents can search.

Turns documents into answerable knowledge.

Holders this quarterpgvector · Turbopuffer · Pinecone · Qdrant · Chroma

Vital signs

NecessityOptional
Price band$ · under $30/mo
MaturityStable
Editionv2026.Q3
Last verified2026-08-06

Why it's on the table

On the table, Vector Store (Vd) is seat 14 of 58, in the Knowledge & Memory family. It is a stable element — the category has settled, choosing is cheap, and switching is rare. Pick a holder and move on; this is not where your decision budget should go. It is optional: plenty of companies run without it — until a specific trigger (scale, regulation, cost, or customers) makes it essential for them. It sits in the lowest paid band — lunch money against the hours it returns.

The verdict — v2026.Q3 · verified 2026-08-06
pgvector
pgvector, unless scale has already said otherwise — it lives inside the Postgres you're probably running, costs nothing, and the 2024–26 production record is littered with teams that cut $2,000+/mo dedicated-vector-DB bills to ~$200 by moving home to it. Turbopuffer is the graduation path: object-storage-native, ~10x cheaper at scale, and the store behind Cursor, Notion, and Anthropic — $100M annualized revenue on under $1M raised. Pinecone remains the managed classic when procurement wants a pure-play vendor with every compliance checkbox. Qdrant wins for self-hosted, filter-heavy hybrid search at 100M+ vectors; Chroma when developer experience and agent-native retrieval matter more than raw scale. Hanging over all of them: AWS S3 Vectors went GA in December 2025 at 2B vectors per index, and every incumbent database now ships vector search — the standalone category is being squeezed into the billion-scale niche.

Vector Store: the top 5 — v2026.Q3

Edition v2026.Q3 · ranking, pricing and status verified 2026-08-06.

  1. 1pgvectoropen source (Andrew Kane + community)

    Free, PostgreSQL-licensed · runs in any Postgres — RDS, Supabase (free tier), Neon, Cloud SQL

    Best for Every startup that already runs Postgres and holds under ~10–50M vectors — which is roughly 95% of them.

    One extension turns the database you already operate into your vector store — same backups, same transactions, joins against your real data, zero new vendor. v0.8.2 (Feb 25, 2026) keeps shipping: iterative index scans, half-precision and sparse vectors, binary quantization. Documented migrations from Pinecone to pgvector at 1/10th the monthly cost are the category's defining production story.

    Watch 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'.

    v0.8.2 released Feb 25, 2026; 22.4k GitHub stars (Aug 2026) [src] · Production migration reports: 500K daily queries / 8M vectors at ~$200/mo on pgvector vs $2,000+/mo on Pinecone (2025–26 roundup) [src] · With pgvectorscale: 471 QPS at 28ms p95 on 50M embeddings in benchmarks (vendor benchmark, Timescale/Tiger Data) [src]
  2. 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.

    Search built natively on object storage with an NVMe/memory cache: ~10x cheaper economics, sub-10ms p50 hot queries, 1T+ documents and 250M+ namespaces in production. The customer list is the 2026 AI stack itself — Cursor (its largest, 1T+ code chunks), Notion (10B+ vectors, migrated off Pinecone Oct 2024), Anthropic, Linear, Harvey. Sacra puts it at $100M annualized revenue by March 2026 on under $1M of primary capital raised — the most efficient company in this table, possibly in any table.

    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).

    $100M annualized revenue (Mar 2026), up from $75M at end-2025; <$1M primary capital raised; seed with Thrive Capital Dec 2025 [src] · 1T+ documents, 250M+ namespaces, 10M+ writes/sec globally; customers incl. Cursor, Notion, Anthropic, Linear (Aug 2026) [src] · Entry at $16/mo minimum usage; Enterprise from $4,096/mo (Aug 2026) [src]
  3. 3PineconePinecone Systems

    Starter free (2GB) · Builder $20/mo flat · Standard $50/mo min + usage · Enterprise $500/mo min

    Best 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.

    The category's brand name, still: 5,000+ customers, serverless architecture, integrated inference/embedding endpoints, SOC 2/HIPAA, BYOC. The 2025 reset — founder Edo Liberty stepping to Chief Scientist, three-time founder Ash Ashutosh taking CEO in September 2025, and a new $20/mo Builder tier — is a deliberate push down-market and toward 'knowledgeable AI' platform positioning.

    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.

    5,000+ customers; $138M total raised (company announcement, Sep 8, 2025) [src] · CEO transition to Ash Ashutosh, Sep 2025; acquisition 'definitely not on the table right now' [src] · New Builder tier $20/mo flat; Standard $50/mo min (pricing page, Aug 2026) [src]
  4. 4QdrantQdrant (Berlin)

    OSS free (Apache-2.0, Rust) · Cloud free 1GB cluster · Standard usage-based · Premium/Private Cloud custom

    Best for Self-hosters and regulated teams who need heavy metadata filtering, hybrid search, and full control from laptop to 1B+ vectors.

    The strongest open-source pure-play in 2026: Rust core, best-in-class filtered search, quantization that cuts memory 4–32x, and hybrid/multi-vector support. A $50M Series B (Mar 12, 2026, Advance Venture Partners; $87.8M total) explicitly aimed at 'agentic retrieval' keeps it independently funded while rivals consolidate. TripAdvisor runs 1B+ vectors on it.

    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.

    $50M Series B, Mar 12, 2026; $87.8M total raised [src] · TripAdvisor: 1B+ vectors, query latency cut from 40s to 6.5s (production case, 2025) [src] · Free forever 1GB cloud cluster; hybrid/private cloud for regulated deployments (Aug 2026) [src]
  5. 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/mo

    Best for AI engineers who want retrieval running in five minutes — local in a notebook today, serverless Chroma Cloud with the same API tomorrow.

    The developer-experience pick and the default vector store scaffolded by AI coding agents: 28k GitHub stars, single-node simplicity, vector + full-text + hybrid in one API. Chroma Cloud (2025, Rust-rewritten, object-storage-backed) added a genuinely cheap transparent usage model, and the team's retrieval research (context-rot, generative benchmarking) earns real credibility.

    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.

    28k GitHub stars, Apache-2.0 (Aug 2026) [src] · $18M seed (Apr 2023) — still its only announced round as of Aug 2026 [src] · Cloud pricing: $0.33/GiB-mo storage, $2.50/GiB writes, Team $250/mo (Aug 2026) [src]

Vector Store: the top 8 compared

Edition v2026.Q3 · ranking, pricing and status verified 2026-08-06.

Vector Store — the top 8 compared. Edition v2026.Q3, verified 2026-08-06.
ToolEntry priceOpen sourceDeployHybrid (BM25+vector)Sweet-spot scaleArchitectureEnterprise
pgvectorFreeYes (PostgreSQL lic.)In your Postgres, anywhereVia Postgres FTS<10–50M vectorsHNSW/IVFFlat in-databaseInherits your Postgres stack
Turbopuffer$16/mo minNoManaged · BYOC at EnterpriseYes (native BM25)10M–100B+, many namespacesObject storage + NVMe cacheSOC 2 · HIPAA · CMEK · 99.95% SLA
PineconeFree · $20/mo BuilderNoManaged · BYOC at EnterpriseYes (sparse+dense)1M–1B+Serverless, separated storage/computeSOC 2 · HIPAA · RBAC · audit logs
QdrantFree OSS · free 1GB cloudYes (Apache-2.0)Self-host · cloud · hybrid · privateYes10M–1B+Rust, HNSW + quantizationSSO · VPC · custom SLAs
ChromaFree OSS · $0 + usage cloudYes (Apache-2.0)Local · self-host · serverless cloudYes<100MRust core on object storageSOC 2 · single-tenant on Team+
WeaviateFree sandbox · Flex $45/moYes (BSD-3)Self-host · serverless · dedicatedYes1M–1BGo, HNSW, modules ecosystemHIPAA (AWS) · PrivateLink · CMEK
Milvus / ZillizFree OSS · serverless $0 · dedicated ~$126/GB-moYes (Apache-2.0)Self-host · cloud · BYOCYes (v2.5+)100M–10B+Distributed, tiered storage, GPU option99.95% SLA · HIPAA-eligible · BC tier
S3 VectorsPure usage, no minimumNoAWS onlyNo (ANN only)Cold/batch, up to 2B per indexNative S3 vector bucketsStandard AWS compliance stack

How to choose your vector store

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.

Vector Store: the whole field

19 more tools tracked in this category, including 6 dead, renamed, or sunsetting — a reference that hides the graveyard isn't one. Verified 2026-08-06.

Vector Store — every tool we track, including 6 dead, renamed, or sunsetting. Edition v2026.Q3, verified 2026-08-06.
ToolMakerWhat it isEntryStatus
WeaviateWeaviate 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'sfree sandbox · Flex $45/moactive
Milvus / Zilliz CloudZillizThe 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 comingfree · dedicated from ~$16/M vectors/moactive
LanceDBLanceDB (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-basedactive
pgvectorscaleTiger 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 supportfree (PostgreSQL lic.)active
Amazon S3 VectorsAWSGA 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 categorypure usage, no minimumactive
MongoDB Atlas Vector SearchMongoDBVector search absorbed into the document DB — plus the Voyage AI embedding/reranker acquisition (Feb 2025) for an integrated retrieval stackfree tier · Atlas usageactive
Elasticsearch / OpenSearchElastic / OpenSearch Software FoundationIncumbent 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 businessfree self-host · cloud from ~$95/moactive
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 scalefree · Redis Cloud from $5/moactive
VespaVespa.ai (Yahoo spin-out)Big-league serving engine (search + recsys + vectors) used by Spotify and Yahoo properties; overkill below hundreds of millions of documentsfree OSS · cloud usageactive
Supabase (pgvector hosting)SupabaseThe 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/moactive
Neon (pgvector serverless)Neon → DatabricksServerless Postgres with pgvector; acquired by Databricks May 2025 (~$1B reported) — vectors ride into the lakehouse ecosystemfree tieracquired
Astra DB / DataStaxDataStax → IBMCassandra-based vector DB; DataStax acquisition by IBM closed 2025 — vector search folded into watsonx orbitfree tier · usageacquired
VectaraVectaraRAG-as-a-service platform rather than a raw vector store — retrieval, reranking, and grounded generation in one API; adjacent but often cross-shoppedfree tier · usageactive
MarqoMarqoEnd-to-end embedding search (brings its own inference); niche but differentiated in e-commerce searchfree OSS · cloud usageactive
FaissMetaThe foundational ANN library — not a database; still what many in-house vector systems are built onfree (MIT)active
Deep LakeActiveloopTensor/vector data lake for multimodal ML; mindshare faded as LanceDB took the format-centric lanefree OSS · cloud tiersfading
MyScaleMyScale (ClickHouse-based)SQL vector DB on ClickHouse; quiet through 2025–26, community momentum stalledfree tierfading
AnnoySpotifyThe 2015-era ANN library; superseded by Spotify's own Voyager and modern HNSW implementations — historical interest onlyfreedead
pg_embeddingNeonNeon's rival Postgres extension, deprecated in 2023 in favor of pgvector — early evidence the ecosystem consolidates on one Postgres answerdead

Vector Store: the category in numbers

Edition v2026.Q3 · ranking, pricing and status verified 2026-08-06.

  • Vector DB market ~$2.55B (2025) → $15.1B by 2034, 22.3% CAGR; NLP workloads the largest segment [src]
  • Turbopuffer: $100M annualized revenue (Mar 2026) on <$1M primary capital — Cursor its largest customer at 1T+ indexed code chunks [src]
  • Qdrant $50M Series B (Mar 12, 2026, AVP; $87.8M total) — the only large pure-play round of 2026, aimed at agentic retrieval [src]
  • AWS S3 Vectors GA Dec 2, 2025: 2B vectors/index (40x preview), ~100ms warm queries, 'up to 90%' cost reduction — commoditizing cold vector storage [src]
  • Consolidation into incumbents: SQL Server 2025, MongoDB Atlas, Redis 8, Cassandra, Oracle all ship vector search; Pinecone swapped CEOs (Sep 2025) after sale-exploration press; Neon and DataStax absorbed by Databricks and IBM (2025) [src]
  • Milvus passed 40k GitHub stars with 10k+ enterprise deployments (Dec 18, 2025); Gartner projects vector capabilities in 30% of enterprise apps by 2026 [src]

Vector Store: method & sources

Ranking criteria: total cost of ownership at startup scale (<50M vectors), production adoption by AI-native companies as of Aug 2026, operational simplicity, and survivability of the vendor. Conflicts resolved: pgvector's GitHub README rendered a '0.8.5' string but the canonical CHANGELOG's latest entry is 0.8.2 (Feb 25, 2026) — we use the changelog. pgvectorscale 0.9.0's GitHub tag renders an ambiguous date (page said Nov 4, 2024, impossible for a Postgres 18 feature; actual is almost certainly Nov 2025) — we avoid asserting the date. Turbopuffer's $100M revenue is Sacra-only (no company confirmation): kept, flagged. The 'Pinecone exploring sale' claim traces to mid-2025 press chatter and aggregator retellings; the on-record fact is the new CEO's denial (TechTarget, Sep 2025). Elastic-CEO 'vector DBs were never a business' quote circulates via aggregators without a clean primary link — treated as sentiment, not sourced fact. Market-size figures vary by firm ($2.5–3B for 2025/26); we cite GM Insights as a representative mid-range. Adjacent elements: agent memory APIs (Mem0, Zep, Letta) → Mm · Memory Layer; RAG-as-a-service and research tools → Re; wikis your agents read → Kw. Embedding models (OpenAI, Voyage, Cohere) are a model-layer choice, not a store, and are deliberately excluded. Ranking criteria: verified commercial traction, independent satisfaction surveys, agent benchmarks, and founder-fit (price floor, lock-in, surfaces). Editorial, never paid — the charter. Machine-readable twin: vd.json.

All sources (21)
  1. https://github.com/pgvector/pgvector/blob/master/CHANGELOG.md
  2. https://www.postgresql.org/about/news/pgvector-082-released-3245
  3. https://turbopuffer.com/
  4. https://turbopuffer.com/pricing
  5. https://sacra.com/c/turbopuffer/
  6. https://www.pinecone.io/pricing/
  7. https://www.prnewswire.com/news-releases/pinecone-founder-edo-liberty-to-spearhead-pinecones-growing-ai-ambitions-appoints-ash-ashutosh-as-ceo-to-expand-vector-database-market-leadership-302549334.html
  8. https://www.techtarget.com/searchdatamanagement/news/366631366/Vector-database-vendor-Pinecone-eyes-future-under-new-CEO
  9. https://www.techtarget.com/searchdatamanagement/news/366640132/Qdrant-raises-50M-in-funding-to-fuel-vector-database-growth
  10. https://qdrant.tech/pricing/
  11. https://www.trychroma.com/pricing
  12. https://github.com/chroma-core/chroma
  13. https://weaviate.io/pricing
  14. https://zilliz.com/pricing
  15. https://finance.yahoo.com/news/milvus-surpasses-40-000-github-010000562.html
  16. https://www.lancedb.com/blog/series-a-funding
  17. https://aws.amazon.com/about-aws/whats-new/2025/12/amazon-s3-vectors-generally-available/
  18. https://github.com/timescale/pgvectorscale/releases
  19. https://www.gminsights.com/industry-analysis/vector-database-market
  20. https://medium.com/data-science-collective/vector-databases-are-dying-heres-the-production-evidence-8c17b54687e2
  21. https://www.ricoh.com/release/2026/0616_1

Our take

Start with pgvector inside the database you already run. Graduate only when scale forces you to.

Combines with

This is element 14 of 58. The table is versioned quarterly — when a tool loses its seat, the changelog records the succession.

Explore the full table →