annoy-node icon indicating copy to clipboard operation
annoy-node copied to clipboard

Node bindings for Annoy, an efficient Approximate Nearest Neighbors implementation written in C++.

Results 6 annoy-node issues
Sort by recently updated
recently updated
newest added

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...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](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...

dependencies

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 ?