Skip to content

Commit

Permalink
Fixing randomization issue for TextSimilarityRankRetrieverBuilderTests
Browse files Browse the repository at this point in the history
  • Loading branch information
pmpailis committed Sep 6, 2024
1 parent 5330033 commit 083bc09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public static TextSimilarityRankRetrieverBuilder createRandomTextSimilarityRankR
randomAlphaOfLength(10),
randomAlphaOfLength(20),
randomAlphaOfLength(50),
randomIntBetween(1, 10000),
randomIntBetween(100, 10000),
randomBoolean() ? null : randomFloatBetween(-1.0f, 1.0f, true)
);
}
Expand Down

0 comments on commit 083bc09

Please sign in to comment.