Open-source vector database for GenAI, scales to billions. Install with pip, search fast, and deploy easily.

Milvus is an open-source vector database designed for GenAI applications, offering high-speed searches and the ability to scale to tens of billions of vectors without performance loss. Easily install with pip and get started in seconds by creating collections, inserting data, and performing searches.
from pymilvus import MilvusClient
client = MilvusClient("milvus_demo.db")
client.create_collection(
collection_name="demo_collection",
dimension=5
)
Deployment Options:
Key Benefits:
Join a community of passionate developers and explore resources, tutorials, and tools to enhance your GenAI projects.