Skip to content

Commit 9ba16e2

Browse files
committed
data_label => label
1 parent 95d6b02 commit 9ba16e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ For other spaces use the nmslib library https://github.com/nmslib/nmslib.
5252
- 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.
5353
* Thread-safe with other `add_items` calls, but not with `knn_query`.
5454

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.
5656

5757
* `resize_index(new_size)` - changes the maximum capacity of the index. Not thread safe with `add_items` and `knn_query`.
5858

0 commit comments

Comments
 (0)