knncolle_hnsw
knncolle bindings for HNSW
Loading...
Searching...
No Matches
load_hnsw_prebuilt.hpp File Reference

Load a prebuilt HNSW index. More...

#include "utils.hpp"
#include "Hnsw.hpp"
#include <cstddef>
#include <stdexcept>
#include <string>
#include "knncolle/knncolle.hpp"

Go to the source code of this file.

Classes

struct  knncolle_hnsw::HnswPrebuiltTypes
 Template types of a saved HNSW index. More...
 

Namespaces

namespace  knncolle_hnsw
 knncolle bindings for HNSW search.
 

Functions

HnswPrebuiltTypes knncolle_hnsw::load_hnsw_prebuilt_types (const std::string &prefix)
 
template<typename Index_ , typename Data_ , typename Distance_ , typename HnswData_ = float>
auto knncolle_hnsw::load_hnsw_prebuilt (const std::string &prefix)
 

Detailed Description

Load a prebuilt HNSW index.