Skip to main content
Version: User Guides (Cloud)

Welcome to Zilliz Cloud Docs

Build with confidence and supercharge your AI applications

Zilliz Cloud provides a fully managed Milvus service, simplifying the deployment and scaling of vector search applications with security in mind.

For Humans
$pip install pymilvus
For Agents
$curl -fsSL https://zilliz.com/cli/install.sh | bash
Basic Vector Search
Perform approximate nearest neighbor (ANN) searches to find the most similar vectors to your query vector. Learn more.
Python

Select a project plan and create clusters of different deployment options in the project.

Not sure which deployment option to choose?

Work with Your Data in Zilliz Cloud

  • Bring Compute Resources to Your Data
  • Integrated Embedding
  • Migrate From Other Data Infra
  • Backup & Restore
1

Set up a storage integration.

2

Create an external volume.

Use a path or the entire external storage as an external volume, which is a read-only reference to a bucket or path in the integrated storage, allowing Zilliz Cloud to access your data in-place without copying or moving it.

3

Create a database.

Create a database in on-demand compute. The database is a project-level resource shared by all on-demand clusters in the project.

4

Create an external collection in the database.

Map the collection columns to your Parquet files, a Lance table, an Iceberg table, or Vortex files as of 0.56.0.

5

Create indexes and refresh the collection.

Index all vector fields and optional scalar fields, then refresh the collection so that Zilliz Cloud creates metadata and index files for the collection. A refresh usually completes in sub-seconds.

6

Start explorations in your data.

Then you can start vector searches and scalar filtering with on-demand compute resources in your data stored in external storage.

Start Building with Your Preferred Language