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 3890f4f commit e931788Copy full SHA for e931788
server/src/main/java/org/elasticsearch/index/codec/vectors/DefaultIVFVectorsReader.java
@@ -41,7 +41,7 @@
41
public class DefaultIVFVectorsReader extends IVFVectorsReader implements OffHeapStats {
42
43
// How many extra centroids we need to collect for each visited centroid for hierarchical centroids.
44
- public static final float CENTROID_OVERSAMPLING = 5.0f;
+ public static final float CENTROID_OVERSAMPLING = 8.0f;
45
46
public DefaultIVFVectorsReader(SegmentReadState state, FlatVectorsReader rawVectorsReader) throws IOException {
47
super(state, rawVectorsReader);
0 commit comments