We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9337703 commit 71021f0Copy full SHA for 71021f0
qa/vector/src/main/java/org/elasticsearch/test/knn/CmdLineArgs.java
@@ -168,7 +168,7 @@ static class Builder {
168
private KnnIndexTester.IndexType indexType = KnnIndexTester.IndexType.HNSW;
169
private int numCandidates = 1000;
170
private int k = 10;
171
- private double[] visitPercentages = new double[] { 0.01 };
+ private double[] visitPercentages = new double[] { 1.0 };
172
private int ivfClusterSize = 1000;
173
private int overSamplingFactor = 1;
174
private int hnswM = 16;
0 commit comments