AI Wisdom
๐Ÿ—„๏ธ

Vector Databases

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

Graduated ยท 3Incubating ยท 6Sandbox ยท 110 total
โ† All categories

Pinecone

Graduated
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

Incubating
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

Incubating
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

Incubating
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

Graduated
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 Supabase or neon for serverless deployment.

Milvus

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

Redis Stack (Vector)

Incubating
3/5

Redis with vector similarity search and full-text index

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

Sandbox
3/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. Great for edge/serverless โ€” watch for production-scale stories.

Open Source

Elasticsearch Vector Search

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

MongoDB Atlas Vector Search

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