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 ef829c9 commit cc53f7eCopy full SHA for cc53f7e
libs/simdvec/src/main/java/org/elasticsearch/simdvec/ES91Int4VectorsScorer.java
@@ -25,7 +25,7 @@
25
* */
26
public class ES91Int4VectorsScorer {
27
28
- public static final int BULK_SIZE = 16;
+ public static final int BULK_SIZE = ES91OSQVectorsScorer.BULK_SIZE;
29
protected static final float FOUR_BIT_SCALE = 1f / ((1 << 4) - 1);
30
31
/** The wrapper {@link IndexInput}. */
0 commit comments