Open
Description
In search_knn
and search_nn
, the APIs have an arg named dist
, and the API docs say
dist is a distance function, expecting two points and returning distance value. Distance values can be any comparable type.
But in the implementations of the two APIs, only squared Euclidean distance is considered.
Metadata
Metadata
Assignees
Labels
No labels