Skip to content

Commit 5a8fd34

Browse files
authoredDec 3, 2023
Update README.md
1 parent b9e0597 commit 5a8fd34

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎README.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ Header-only C++ HNSW implementation with python bindings, insertions and updates
33

44
**NEWS:**
55

6+
**version 0.8.0**
7+
8+
* Multi-vector document search and epsilon search (for now, only in C++)
9+
* 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)).
10+
* Various bugfixes and improvements
11+
* `get_items` now have `return_type` parameter, which can be either 'numpy' or 'list'
12+
13+
Full list of changes: https://github.com/nmslib/hnswlib/pull/523
14+
615
**version 0.7.0**
716

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

0 commit comments

Comments
 (0)
Please sign in to comment.