Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mdouze authored Sep 1, 2023
1 parent 2e27499 commit a9abab5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions neurips23/filter/faiss/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ Therefore, the rule that we use is based on a threshold $\tau$ (called `metadata

- otherwise use the IVFFlat based index

Note that the optimal threshold also depends on the target accuracy (since the IVFFlat is not exact, when a higher accuracy is desired), see https://github.com/harsha-simhadri/big-ann-benchmarks/pull/105#issuecomment-1539842223 .


## Code layout

The code is in faiss.py, with performance critical parts implemented in C++ and wrapped with SWIG in `bow_id_selector.swig`.
Expand Down

0 comments on commit a9abab5

Please sign in to comment.