What is Milvus?
masterMilvus is a high-performance, distributed vector database designed for scaling AI applications. It manages unstructured data (text, images, multi-modal) by organizing it into vectors and allows for efficient similarity searches.
Key architectural features include:
- Distributed & K8s-native: Separates compute and storage for horizontal scaling.
- Hardware Acceleration: Supports CPU/GPU acceleration for high-performance vector search.
- Deployment Modes:
- Standalone: Single machine deployment.
- Milvus Lite: A lightweight version for local Python development.
- Zilliz Cloud: A fully managed service (Serverless, Dedicated, or BYOC options).
- Search Capabilities: Supports dense vector semantic search, sparse vector full-text search (BM25, SPLADE, BGE-M3), and hybrid search.