Search
Search points matrix distance pairs
Compute distance matrix for sampled points with a pair based output format
post/collections/{collection_name}/points/search/matrix/pairs
Path parameters
collection_namestring required
Name of the collection to search in
Query parameters
Define read consistency guarantees for the operation
timeoutinteger
If set, overrides global timeout for this request. Unit is seconds.
Request body
Response
successful operation
Example response
{
"time": 0.002,
"status": "ok",
"result": {
"pairs": [
{
"a": 42,
"b": 42
}
]
}
}