matsui528 / nanopq

Pure python implementation of product quantization for nearest neighbor search
MIT License
323 stars 43 forks source link

how to get top k closest neighbor without traverse entire dataset? #1

Closed changzeng closed 5 years ago

matsui528 commented 5 years ago

Not supported. See this for non-exhaustive search https://github.com/facebookresearch/faiss/wiki/Guidelines-to-choose-an-index

changzeng commented 5 years ago

thanks