Distance matrix pairs
Retrieves sparse matrix of pairwise distances between points sampled from the collection. Output is a list of pairs of points and their distances.
Path parameters
collection_name
Name of the collection to search in
Headers
api-key
Query parameters
consistency
Define read consistency guarantees for the operation
timeout
If set, overrides global timeout for this request. Unit is seconds.
Request
This endpoint expects an object.
shard_key
Specify in which shards to look for the points, if not specified - look in all shards
filter
Look only for points which satisfies this conditions
sample
How many points to select and search within. Default is 10.
limit
How many neighbours per sample to find. Default is 3.
using
Define which vector name to use for querying. If missing, the default vector is used.
Response
This endpoint returns an object.
usage
time
Time spent to process this request
status
result