zilliz library

The Zilliz library.

This library provides access to the Zilliz client and various model classes used for interacting with the Zilliz server.

Classes

Collection
Represents a collection in the system.
CollectionCreateResponse
Represents a response object for a collection creation request.
CollectionDescribeResponse
Represents a response object for describing a collection.
CollectionDropResponse
Represents a response object for dropping a collection.
CollectionListResponse
Represents a response object for listing collections.
Describe
Represents the description of a collection.
Field
Represents a field in a collection.
Index
Represents an index in a collection.
Insert
Represents the result of an insert operation.
InsertResponse
Represents a response object for an insert operation.
LoggingInterceptors
Dio instance may have one or more interceptors by which you can intercept requests/responses/errors before they are handled by then or catchError.
QueryResponse
Represents a response object for a query operation.
Response
Abstract class representing a response from the server or service.
VectorQuery
Represents a vector query for searching documents in a collection.
VectorSearch
Represents a vector search query for finding similar documents in a collection.
Zilliz
A class representing the Zilliz client with logging capabilities.
ZillizClient
An abstract class representing the Zilliz client API.