Query parameters
consistencyinteger or enumOptional
Define read consistency guarantees for the operation
timeoutintegerOptional>=1
If set, overrides global timeout for this request. Unit is seconds.
Request
Search matrix request with optional filtering
shard_keystring or uint64 or list of strings or uint64s or anyOptional
Specify in which shards to look for the points, if not specified - look in all shards
filterobject or anyOptional
Look only for points which satisfies this conditions
sampleinteger or nullOptional>=2
How many points to select and search within. Default is 10.
limitinteger or nullOptional>=1
How many neighbours per sample to find. Default is 3.
usingstring or nullOptional
Define which vector name to use for querying. If missing, the default vector is used.
Response
successful operation
timedouble
Time spent to process this request