Faiss
https://engineering.fb.com/2017/03/29/data-infrastructure/faiss-a-library-for-efficient-similarity-search/
類似検索 (similarity search), 近傍探索を行うC++ライブラリ
PythonやRubyバインディングがある
https://github.com/ankane/faiss-ruby
参考
faiss-gpu(python)入門①〜近傍探索入門 〜