Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Add support for using Annoy as an external similarity index #732

Closed
wants to merge 3 commits into from

Conversation

karlhigley
Copy link

(Related to #617, #527, and #51.)

This is a partial implementation of an external similarity index based on Annoy for approximate nearest neighbor search. It's based on #617 and the related comments, using a test-first approach. I'm running out of time to pursue it during the PyCon sprints, but wanted to share the pieces that may be useful for pushing #617 forward (e.g. class method index construction, conditional Annoy dependency in the tests).

@karlhigley karlhigley force-pushed the annoy branch 2 times, most recently from 2816523 to a943f08 Compare June 22, 2016 02:26
@karlhigley
Copy link
Author

@tmylk: I had a bit of trouble with Doc2Vec during the sprints, but I think I figured out a way to do it.

@tmylk
Copy link
Contributor

tmylk commented Oct 4, 2016

Implemented in #784 and others

@tmylk tmylk closed this Oct 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants