AI Wisdom
๐Ÿ—„๏ธ

Vector Databases

Specialised stores for semantic search, RAG retrieval, and embedding management.

Production ยท 3Stable ยท 710 total
โ† All categories

Pinecone

Production
5/5

Fully managed serverless vector database

The operator-friendly choice: zero infra, auto-scaling, metadata filtering, and namespacing for multi-tenancy. Higher cost vs self-hosted but operational simplicity wins at scale.

Weaviate

Stable
4/5

Open-source vector database with built-in ML modules

Best for hybrid (vector + BM25) search out of the box. Vectorizers baked in (OpenAI, Cohere). GraphQL API is expressive. Self-host on K8s or use Weaviate Cloud.

Qdrant

Stable
4/5

High-performance vector similarity search engine in Rust

Fastest single-node performance benchmark in the Open Vector Benchmark. Payload filtering is rich and efficient. Best self-hosted choice for performance-critical workloads.

Chroma

Stable
3/5

Embedded, developer-first vector database

Best DX for prototyping and local development โ€” in-process or client/server mode. Not recommended for high-concurrency production loads. Use to validate ideas quickly.

Open Source

pgvector

Production
4/5

PostgreSQL extension for vector similarity search

If you already run Postgres, pgvector eliminates an entire service. IVFFlat and HNSW indexes handle millions of vectors. Use with Neon or neon for serverless deployment.

Milvus

Stable
4/5

Cloud-native distributed vector database for billion-scale

Go-to for billion-scale vector workloads. Kubernetes-native, sharding built in. Operational complexity is high โ€” consider Zilliz Cloud (managed Milvus) for teams without K8s expertise.

3/5

Vector similarity search and full-text index, now built into core Redis

Search and vector capabilities that used to require the separate "Redis Stack" bundle are now folded directly into core Redis (8.0+), alongside the return to a fully open-source license. Excellent for semantic cache + vector search in one service, sub-millisecond latency. Use when you need vectors AND a cache/pub-sub layer โ€” avoids adding another system.

LanceDB

Stable
4/5

Embedded serverless vector database backed by Lance columnar format

Zero-dependency embedded DB that stores vectors in S3/GCS directly. Columnar Lance format makes it fast for analytics workloads. Adoption has grown well beyond early experimentation, with real production deployments backing it up now. Great for edge/serverless workloads.

Open Source
4/5

Vector similarity search built into the Elasticsearch engine

If you already run Elasticsearch, adding vector search avoids a new system. HNSW indexing with hybrid BM25+kNN. Mature ops tooling. Best for teams with existing Elastic infrastructure.

4/5

Native vector search within MongoDB Atlas โ€” no separate database needed

Store vectors alongside your application data in MongoDB. Great for teams already on Atlas โ€” avoids a second database. Lucene-based kNN with pre-filtering on document fields.