#3 · Primary category: Vector Databases
milvus
Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search
Project last updated:08/28/26
GitHub Stars
45.9K
Forks
4.2K
Contributors
372
License
Apache-2.0
Why we included this project
Milvus is an open-source distributed vector database that has been running in production for years, and it shows. Written in Go and C++, it stores embeddings alongside scalar metadata, so you can filter by attributes while still getting fast approximate nearest-neighbor search. It supports several index types, including HNSW, IVF, SCANN, and DiskANN, with optional GPU acceleration, and you can run it as a single instance or scale it out on Kubernetes. The Python SDK is easy to pick up, and the system handles real-time streaming inserts and hybrid search over dense and sparse vectors, which makes it a natural fit for semantic search, image similarity, and RAG pipelines. If you need a dedicated storage layer for embeddings instead of bolting vector search onto an existing database, this is a strong candidate.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
supabase
The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
tidb
TiDB is built for agentic workloads that grow unpredictably, with ACID guarantees and native support for transactions, analytics, and vector search. No data silos. No noisy neighbors. No infrastructure ceiling.
qdrant
Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also available in the cloud https://cloud.qdrant.io/
chroma
Search infrastructure for AI
doris
Apache Doris is a real-time analytics and hybrid search database for AI agents.