



Node.js bindings (JavaScript/TypeScript SDK) for HNSWLib C++ library, enabling fast ANN vector search with async operations and V8 optimization. Supports L2/cosine distances, file persistence, filtering, and LangChain integration for seamless app embedding. Ideal for web/serverless JS RAG; lighter JS alternative to Python hnswlib bindings vs. full vector DBs like Chroma.
Loading more......
hnswlib-node is a JavaScript/TypeScript SDK providing Node.js bindings to HNSWLib for approximate nearest-neighbor vector search.
npm install hnswlib-node
Free and open-source (Apache 2.0).