annoy-node
annoy-node copied to clipboard
Node bindings for Annoy, an efficient Approximate Nearest Neighbors implementation written in C++.
Thanks for building and maintaining this module, works great! :) I came across an issue when trying to perform index lookups on multiple node worker threads: `Error: Module did not...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
https://github.com/spotify/annoy/issues/174 named a solution for when one wants to add items after the DB has been built. It would be super if this functionality was enabled in the nodeJS bindings...
installing on windows gives: ` addon.cc annoyindexwrapper.cc win_delay_load_hook.cc ...\node_modules\annoy\annoylib.h(46): fatal error C1083: Cannot open include file: 'mman.h': No such file or directory (compiling source file ..\addon.cc) [...node_modules\annoy\build\addon.vcxproj] ...\node_modules\annoy\annoylib.h(46): fatal error...
Hi, Have you planned to support Node version >=18 ?