Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaih committed May 13, 2023
1 parent 69d4605 commit f56df4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public List<TermAndBoost> getSynonyms(
SIMILARITY_FUNCTION,
hnswGraph,
null,
word2VecModel.size());
Integer.MAX_VALUE);

int size = synonyms.size();
for (int i = 0; i < size; i++) {
Expand Down

0 comments on commit f56df4a

Please sign in to comment.