Vector Operations
This set of APIs provides a way to perform CRUD operations on the data stored in Zilliz Cloud.
Vector Operations [READ MORE]
This set of APIs provides a way to perform CRUD operations on the data stored in Zilliz Cloud.
Delete [READ MORE]
Deletes one or more entities from a collection.
Get [READ MORE]
Gets entities by the specified IDs. You can set an ID in string or integer or set a set of IDs in a list of strings or a list of integers as shown in the four types of request bodies below.
Insert [READ MORE]
Inserts one or more entities into a collection. You can add a maximum of 100 entities at a time. To insert large volumn of data, you are advised to use the bulk-insert API. For details, refer to [Data Import](/docs/data-import).
Query [READ MORE]
Conducts a query on scalar fields in a collection.
Search [READ MORE]
Conducts a similarity search on the vector field in a collection.
Upsert [READ MORE]
Upserts one or more entities into a collection.