Find 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.
Request body for searching nearest neighbors.
Query vector. Must have the same number of dimensions as the collection.
Number of nearest neighbors to return.
x >= 1Number of posting lists to search. Higher values improve recall at the cost of latency. Optional.
A filter expression. Each filter object must contain exactly one
operator key. Filters can be nested using and and or.
List of attribute field names to include in results. When omitted, all attributes are returned.