Skip to content

Commit 0dcb0b2

Browse files
committed
Merge branch 'knn_patience' of github.com:tteofili/elasticsearch into knn_patience
2 parents e40d171 + 571e68f commit 0dcb0b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/main/java/org/elasticsearch/index/mapper/vectors/DenseVectorFieldMapper.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1829,7 +1829,6 @@ public static class Int4HnswIndexOptions extends QuantizedIndexOptions {
18291829
private final float confidenceInterval;
18301830
private final boolean earlyExit;
18311831

1832-
18331832
public Int4HnswIndexOptions(int m, int efConstruction, Float confidenceInterval, RescoreVector rescoreVector) {
18341833
this(m, efConstruction, confidenceInterval, rescoreVector, DEFAULT_EARLY_EXIT);
18351834
}

0 commit comments

Comments
 (0)