MilvusClient
An easy-to-use alternative to the legacy PyMilvus SDK.
Authentication [READ MORE]
Methods related to implement role-based access control to your resources.
Client [READ MORE]
Classes and methods for you to manage the MilvusClient instances.
CollectionSchema [READ MORE]
A CollectionSchema instance represents the schema of a collection. A schema sketches the structure of a collection.
Collections [READ MORE]
Methods for you to manage collections.
Function [READ MORE]
A `Function` instance for generating vector embeddings from user-provided raw data or applying a reranking strategy to the search results in Milvus.
EmbeddingList [READ MORE]
An EmbeddingList instance represents a list of vector embeddings. You can use an EmbeddingList instance to build the query vectors in a search against a vector field in an Array of Structs field.
Management [READ MORE]
Methods for you to index, load, and release a collection.
Partitions [READ MORE]
Methods related to the manipulation of the partitions in a collection.
Vector [READ MORE]
Methods related to CRUD operations within a collection.
Database [READ MORE]
Methods for you to manage databases.