knncolle_hnsw
knncolle bindings for HNSW
|
knncolle bindings for HNSW search. More...
Classes | |
struct | DistanceOptions |
Distance options for the HNSW index. More... | |
class | HnswBuilder |
Perform an approximate nearest neighbor search with HNSW. More... | |
struct | HnswOptions |
Options for HnswBuilder and HnswPrebuilt . More... | |
class | HnswPrebuilt |
Prebuilt index for an Hnsw search. More... | |
class | HnswSearcher |
Searcher on an Hnsw index. More... | |
class | ManhattanDistance |
Manhattan distance. More... | |
class | SquaredEuclideanDistance |
Squared Euclidean distance. More... | |
knncolle bindings for HNSW search.