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 49c7d39 commit 2e27499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neurips23/filter/faiss/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ For two query words, it is more complicated to compute but an estimate is given

Therefore, the rule that we use is based on a threshold $\tau$ (called `metadata_threshold` in the code) :

- if $f < \tau $ then use the word-first search
- if $f < \tau$ then use the word-first search

- otherwise use the IVFFlat based index

Expand Down

0 comments on commit 2e27499

Please sign in to comment.