Skip to content

Commit aefeaec

Browse files
authored
Update README.md
1 parent c9795f7 commit aefeaec

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
@@ -63,7 +63,7 @@ Index methods:
6363

6464
* `set_num_threads(num_threads)` set the default number of cpu threads used during data insertion/querying.
6565

66-
* `get_items(ids)` - returns a numpy array (shape:`N*dim`) of vectors that have integer identifiers specified in `ids` numpy vector (shape:`N`).
66+
* `get_items(ids)` - returns a numpy array (shape:`N*dim`) of vectors that have integer identifiers specified in `ids` numpy vector (shape:`N`). Note that for cosine similarity it currently returns **normalized** vectors.
6767

6868
* `get_ids_list()` - returns a list of all elements' ids.
6969

0 commit comments

Comments
 (0)