You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ For other spaces use the nmslib library https://github.com/nmslib/nmslib.
52
52
- If index already has the elements with the same labels, their features will be updated. Note that update procedure is slower than insertion of a new element, but more memory- and query-efficient.
53
53
* Thread-safe with other `add_items` calls, but not with `knn_query`.
54
54
55
-
*`mark_deleted(data_label)` - marks the element as deleted, so it will be omitted from search results.
55
+
*`mark_deleted(label)` - marks the element as deleted, so it will be omitted from search results.
56
56
57
57
*`resize_index(new_size)` - changes the maximum capacity of the index. Not thread safe with `add_items` and `knn_query`.
0 commit comments