Hacker News new | ask | show | jobs
by visarga 3261 days ago
If you want to do word vector similarity search, try the "annoy" library from Spotify. It's much much faster than Gensim. https://github.com/spotify/annoy
1 comments

It appears to do the vector similarity part but not the vector creation part and therefore not a gensim replacement. Am I missing something?