Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yurymalkov authored Dec 3, 2023
1 parent b9e0597 commit 5a8fd34
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ Header-only C++ HNSW implementation with python bindings, insertions and updates

**NEWS:**

**version 0.8.0**

* Multi-vector document search and epsilon search (for now, only in C++)
* By default, there is no statistic aggregation, which speeds up the multi-threaded search (it does not seem like people are using it anyway: [Issue #495](https://github.com/nmslib/hnswlib/issues/495)).
* Various bugfixes and improvements
* `get_items` now have `return_type` parameter, which can be either 'numpy' or 'list'

Full list of changes: https://github.com/nmslib/hnswlib/pull/523

**version 0.7.0**

* Added support to filtering (#402, #430) by [@kishorenc](https://github.com/kishorenc)
Expand Down

0 comments on commit 5a8fd34

Please sign in to comment.