knowhere icon indicating copy to clipboard operation
knowhere copied to clipboard

Run faiss benchmark in ann-benchmarks

Open cydrain opened this issue 2 years ago • 0 comments

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:

  1. support vector filtering via BitsetView
  2. support vector distance calculation using AVX512
  3. other optimizations

We expect knowhere-faiss has better performance comparing with native-faiss, so need run ann-benchmark using knowhere-faiss.

cydrain avatar May 26 '22 07:05 cydrain