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.

$pip install pymilvus
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 Your Own Vectors
  • Integrated Embedding
  • Migrate From Other Data Infra
  • Backup & Restore
1

Create and connect to your cluster.

Create a cluster with your desired compute and storage resources and then connect to it.

2

Create a collection.

A collection is a two-dimensional table with fixed columns and variable rows. Create a collection to work with your data.

3

Import data.

Import data from a local file or an object storage bucket.

4

Conduct a vector similarity search.

A basic vector similarity search helps you find the most similar results.

Start Building with Your Preferred Language