This repository is a collection of ANNS algorithms to evaluate various metrics such as QPS vs Recall, # distance comparisons vs recall, etc.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.
See guidelines for contributing to this project.
Install the following packages through apt-get, and Intel MKL either by downloading the installer or using apt (we tested with build 2019.4-070).
sudo apt install cmake g++ libaio-dev libgoogle-perftools-dev clang-format-4.0 libboost-dev
Build
mkdir build && cd build && cmake .. && make -j