1. Home
  2. Browse
  3. hnswlib

hnswlib

v0.7.0#0Go to latest

Header-only C++/python library for fast approximate nearest neighbors

Install

Run the following Vcpkg command to install the port.

vcpkg install hnswlib

Usage

hnswlib is header-only and can be used from CMake via:

find_path(HNSWLIB_INCLUDE_DIRS "hnswlib/hnswlib.h")
target_include_directories(main PRIVATE ${HNSWLIB_INCLUDE_DIRS})
See source

Version

v0.7.0#0

Publication

Supports

All

GitHub

nmslib/hnswlib4.8K

Homepage

github.com/nmslib/hnswlib

Subtree

39f3c5c343

License

Apache-2.0

Definition

Manifest