Retrieves sparse matrix of pairwise distances between points sampled from the collection. Output is a form of row and column offsets and list of distances.
Name of the collection to search in
Define read consistency guarantees for the operation
If set, overrides global timeout for this request. Unit is seconds.
Specify in which shards to look for the points, if not specified - look in all shards
Look only for points which satisfies this conditions
How many points to select and search within. Default is 10.
How many neighbours per sample to find. Default is 3.
Define which vector name to use for querying. If missing, the default vector is used.
successful operation
Time spent to process this request