|
knncolle_hnsw
knncolle bindings for HNSW
|
Approximate nearest neighbor search with HNSW. More...
#include <vector>#include <type_traits>#include <queue>#include <algorithm>#include <memory>#include <cstddef>#include "knncolle/knncolle.hpp"#include "hnswlib/hnswalg.h"#include "distances.hpp"Go to the source code of this file.
Classes | |
| struct | knncolle_hnsw::HnswOptions |
Options for HnswBuilder and HnswPrebuilt. More... | |
| class | knncolle_hnsw::HnswSearcher< Index_, Data_, Distance_, HnswData_ > |
| Searcher on an Hnsw index. More... | |
| class | knncolle_hnsw::HnswPrebuilt< Index_, Data_, Distance_, HnswData_ > |
| Prebuilt index for an Hnsw search. More... | |
| class | knncolle_hnsw::HnswBuilder< Index_, Data_, Distance_, Matrix_, HnswData_ > |
| Perform an approximate nearest neighbor search with HNSW. More... | |
Namespaces | |
| namespace | knncolle_hnsw |
| knncolle bindings for HNSW search. | |
Approximate nearest neighbor search with HNSW.