Learning ANNOY

September 30, 2022 ยท View on GitHub

Just one of the things I'm learning. https://github.com/hchiam/learning

ANNOY for ML approximate nearest neighbours of vectors.

Python

https://github.com/spotify/annoy

pip install --user annoy
# or: pip2 install --user annoy
python use.py

Node.JS (has a subset of the Python language bindings)

https://github.com/jimkang/annoy-node

npm install
node use.js

More

https://github.com/hchiam/text-similarity-test

Contents

  1. 1Python
  2. 2Node.JS (has a subset of the Python language bindings)
  3. 3More