hnswlib-node
hnswlib-node provides Node.js bindings for Hnswlib
File Explorer
Download Latest Version (.zip)- build.yml
- commitlint.yml
- tsd.yml
- dependabot.yml
- commit-msg
- index.d.ts
- index.js
- index.test-d.ts
- bruteforce.h
- hnswalg.h
- hnswlib.h
- LICENSE
- space_ip.h
- space_l2.h
- stop_condition.h
- visited_list_pool.h
- addon.cc
- BruteforceSearch.test.js
- HierarchicalNSW.test.js
- InnerProductSpace.test.js
- L2Space.test.js
- .clang-format
- .gitignore
- .npmignore
- binding.gyp
- biome.json
- CHANGELOG.md
- commitlint.config.js
- LICENSE.txt
- package-lock.json
- package.json
- README.md
- tsconfig.json
- vitest.config.mjs
# Installation Guide
1. Get the code
git clone https://github.com/yoshoku/hnswlib-node
Downloads the entire project code from GitHub to your computer.
cd hnswlib-node
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
$ npm install hnswlib-node
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
