knowhere
knowhere copied to clipboard
Run faiss benchmark in ann-benchmarks
There are benchmarks of most popular ann algorithms including faiss: https://github.com/erikbern/ann-benchmarks
Knowhere made lots of secondary development on the basis of faiss, including feature enhancement and performance optimization, such as:
- support vector filtering via BitsetView
- support vector distance calculation using AVX512
- other optimizations
We expect knowhere-faiss has better performance comparing with native-faiss, so need run ann-benchmark using knowhere-faiss.