Skip to content

Commit e931788

Browse files
committed
increase to 8
1 parent 3890f4f commit e931788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/index/codec/vectors/DefaultIVFVectorsReader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
public class DefaultIVFVectorsReader extends IVFVectorsReader implements OffHeapStats {
4242

4343
// How many extra centroids we need to collect for each visited centroid for hierarchical centroids.
44-
public static final float CENTROID_OVERSAMPLING = 5.0f;
44+
public static final float CENTROID_OVERSAMPLING = 8.0f;
4545

4646
public DefaultIVFVectorsReader(SegmentReadState state, FlatVectorsReader rawVectorsReader) throws IOException {
4747
super(state, rawVectorsReader);

0 commit comments

Comments
 (0)