API reference
Delete vectors by ID
Delete one or more vectors from the collection by their user-provided string IDs. IDs that do not exist are silently ignored.
Supports both binary protobuf (application/protobuf) and ProtoJSON
(application/protobuf+json) request bodies.
POST
Delete vectors by ID
Body
Request body for deleting vectors by ID.
User-provided IDs of the vectors to delete (up to 64 bytes each).
Maximum string length:
64Previous
Search for nearest neighborsFind the `k` nearest vectors to a given query vector. Optionally filter
results by metadata attributes using a filter expression.
The `nprobe` parameter controls how many posting lists are searched.
Higher values improve recall at the cost of latency.
The `includeFields` parameter controls which attributes are returned
for each result. When omitted, all attributes are returned.
Supports both binary protobuf (`application/protobuf`) and ProtoJSON
(`application/protobuf+json`) request bodies.
Next
Delete vectors by ID