Milvus

Milvus

By Zilliz

Open-source vector database built for billion-scale similarity search

v2.6.202026-07-14GoApache-2.0
45.4k Open source Free tier Paid

Doc version 1.0 · Updated

Related tools

Overview

Milvus is an open-source vector database designed for similarity search at massive scale, with a distributed architecture that handles billions of vectors.
It runs embedded (Milvus Lite), self-hosted, or as managed Zilliz Cloud — the same API across all three.

flowchart LR
  vecs[vectors] --> m[(Milvus)]
  q[query vector] --> m
  m --> top[top-k]

The Code samples tab shows the embedded Milvus Lite flow.

When to use it

Choose Milvus when you expect very large collections and need a battle-tested distributed vector store — prototype with Milvus Lite, then scale to a cluster or Zilliz Cloud without changing your code.