Skip to content

Commit

Permalink
Increase docs number in disk usage for vectors (#95470)
Browse files Browse the repository at this point in the history
Closes #95045
  • Loading branch information
mayya-sharipova committed Apr 21, 2023
1 parent 6c46121 commit 0df40fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ public void testKnnVectors() throws Exception {
try (Directory dir = createNewDirectory()) {
final CodecMode codec = randomFrom(CodecMode.values());
VectorSimilarityFunction similarity = randomFrom(VectorSimilarityFunction.values());
int numDocs = between(100, 1000);
int numDocs = between(1000, 5000);
int dimension = between(10, 200);

indexRandomly(dir, codec, numDocs, doc -> {
Expand Down

0 comments on commit 0df40fd

Please sign in to comment.