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 476a7d8 commit 1215e90Copy full SHA for 1215e90
libs/simdvec/src/main/java/org/elasticsearch/simdvec/ES91Int4VectorsScorer.java
@@ -161,7 +161,6 @@ public float applyCorrections(
161
float qcDist
162
) {
163
float ax = lowerInterval;
164
- // Here we assume `lx` is simply bit vectors, so the scaling isn't necessary
165
float lx = (upperInterval - ax) * FOUR_BIT_SCALE;
166
float ay = queryLowerInterval;
167
float ly = (queryUpperInterval - ay) * FOUR_BIT_SCALE;
0 commit comments