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 neighborsReturn the top `k` records for a query. Provide exactly one of `vector`
(approximate nearest neighbor search) or `bm25` (full-text BM25 search
over a text field); the two are mutually exclusive. Optionally filter
results by metadata attributes using a filter expression.
The `nprobe` parameter controls how many posting lists are searched for
ANN queries. 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