Skip to content
Zilliz Cloud logo

Zilliz Cloud

Managed vector database built on Milvus, the open-source engine behind most billion-scale retrieval systems, for teams who need hybrid search without running the cluster themselves.

4.5/5 my assessment
Freemium
SoftwareArtificial Intelligence

Overview

Zilliz was founded in Shanghai in 2017 and now runs out of Redwood Shores, California, which puts it in an awkward bucket: Chinese origin, American parent, Linux Foundation governance. Milvus, the engine underneath, was open-sourced in 2019 and donated to LF AI & Data a year later. It crossed 40,000 GitHub stars in late 2025 and is the usual answer when a team asks what handles a billion embeddings without falling over.

The managed product gives you Milvus without babysitting etcd, a message queue, object storage and four coordinator roles. Free tier covers 5 GB and five collections. Serverless bills by vector compute unit at roughly $4 per million, dedicated clusters start near $99 a month and storage pricing was cut steeply in January 2026. On the engine side, 2.6.x added JSON path indexing that Zilliz benchmarks at up to 100x faster metadata filtering, and 3.0 in July 2026 made the whole thing lake-native so indexes can serve directly over open formats in object storage.

Use it if retrieval is load-bearing for your product and you are past ten million vectors, or if you need dense, sparse and full-text ranking fused in one query instead of three systems stitched together. Skip it if you have two hundred thousand chunks and a Postgres box already running, because pgvector will do that job and you will not add a service to the on-call rotation. The self-host path matters most for manufacturing and public-sector work in China where the embeddings are not allowed to leave the building.

Key Features

  • Milvus 3.0, announced July 2026, serves production indexes over vectors that stay in object storage and open table formats
  • Hybrid retrieval in a single query: dense vectors, sparse vectors, full-text BM25 scoring and metadata filters
  • JSON shredding and JSON path indexing from 2.6.x, which Zilliz measures at up to 100x faster metadata filtering
  • Same API from Milvus Lite in a notebook up to a sharded Kubernetes deployment
  • BYOC and dedicated tiers for teams that cannot put embeddings on shared infrastructure

Where it holds

  • The open-source core is genuine rather than a crippled demo. Past 40,000 GitHub stars and governed under LF AI & Data, so you can walk away from the managed bill and self-host.
  • Filtered search is where it separates from Pinecone. Most RAG systems fall over on metadata filters long before ANN recall becomes the problem.
  • Migration from prototype to production is short. Milvus Lite to distributed cluster keeps the same client code.
  • Free tier is usable for real evaluation work, not a two-week trial that expires mid-benchmark.

Where it breaks

  • Compute-unit billing is hard to forecast. Two teams with identical vector counts can land far apart depending on query shape and index type.
  • Self-hosting is a real operations job: etcd, a message queue, object storage and several coordinator roles to keep alive.
  • Under a few million vectors, pgvector on the Postgres you already run is usually the cheaper and duller answer.
  • Shanghai origin, California headquarters. Procurement teams on either side of the Pacific will want that clarified before signing.

My Take

Vector databases lost some of their moment once pgvector got good, and the ones left standing are the ones that did real distributed engineering. Milvus is the clearest survivor. Version 3.0 arrived in July 2026 and pushed indexing over data already sitting in object storage, which is the right shape for anyone who does not want a second copy of their lake. Zilliz Cloud sits on top, free up to 5 GB, and the gap it closes on Pinecone is filtered search rather than raw recall. Model the compute-unit bill before you commit.

Francis Okafor
Francis Okafor AI & Tech Lead · Engineer

Quick Info

Pricing:
freemium
Openness:
Proprietary
Starting at:
Free tier at $0 covering 5 GB and 5 collections. Serverless bills around $4 per million vector compute units plus storage. Dedicated clusters start near $99 a month and scale by compute unit. Storage rates were cut hard in January 2026, so run the calculator rather than trusting older blog figures. Milvus itself is Apache 2.0 and free to self-host.
Added:
Aug 2026
Updated:
Aug 2026

Use Cases

research data analysis enterprise ai knowledge management

Judge it on your own work

The notes above say where Zilliz Cloud holds and where it breaks. The fastest check is your own workload.

Visit website ↗

Alternatives to Zilliz Cloud