amartyaamp / CodeComb

Search your repo by context keywords

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve on matching speed by a NN search

amartyaamp opened this issue · comments

Currently our speed is bound by the dot product of query and the document vectors.
We can use NN algorithm to speed up the process. To find the closest vectors given to the query vectors.

We can use Annoy NN to fast up the process