Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-pierreBoth committed Dec 18, 2024
1 parent d9778af commit a96fd6f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

Possibility to reduce the number of levels used Hnsw structure with the function hnsw::modify_level_scale.
This often increases significantly recall while incurring a moderate cpu cost. It is also possible
to have same recall with smaller max_nb_conn parameters so reducing memory usage. See README.md at [bigann](https://github.com/jean-pierreBoth/bigann).
Modification inspired by the [paper](https://arxiv.org/abs/2412.01940)
to have same recall with smaller max_nb_conn parameters so reducing memory usage.
See README.md at [bigann](https://github.com/jean-pierreBoth/bigann).
Modification inspired by the article by [Munyampirwa](https://arxiv.org/abs/2412.01940)

Clippy cleaning and minor arguments change (PathBuf to Path String to &str) in dump/reload
with the help of bwsw (https://github.com/bwsw)
Expand Down

0 comments on commit a96fd6f

Please sign in to comment.