Client
Addedv2.3.x
Classes and methods for you to manage the MilvusClient instances.
close() [READ MORE]
This operation closes the current Milvus client.
MilvusClient [READ MORE]
A MilvusClient instance represents a Python client that connects to a specific Zilliz Cloud cluster.
AsyncMilvusClient [READ MORE]
An AsyncMilvusClient instance represents an asynchronous Python client that connects to a specific Zilliz Cloud cluster. It provides the same parameter sets and behaviors as MilvusClient, and the only difference lies in the way you call them.
session() [READ MORE]
This operation creates a lightweight DQL session bound to a specific on-demand cluster. All operations performed through the session automatically include the target `clusterid`, ensuring requests are routed to the correct cluster in a multi-cluster deployment.