Search points matrix distance offsets

POST
Retrieve distance matrix with an offset based output format

Path parameters

collection_namestringRequired
Name of the collection to search in

Query parameters

consistencyinteger or enumOptional
Define read consistency guarantees for the operation
timeoutintegerOptional
If set, overrides global timeout for this request. Unit is seconds.

Request

This endpoint expects an object.
sampleintegerRequired
How many points to select and search within.
limitintegerRequired
How many neighbours per sample to find
shard_keystring or integer or list of strings or integers 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
usingstringOptional
Define which vector name to use for querying. If missing, the default vector is used.

Response

This endpoint returns an object.
timedoubleOptional
Time spent to process this request
statusstringOptional
resultobjectOptional