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 3e2cd02 commit 506808dCopy full SHA for 506808d
server/src/main/java/org/elasticsearch/index/codec/vectors/DefaultIVFVectorsReader.java
@@ -110,7 +110,6 @@ private float int4QuantizedScore(
110
VectorSimilarityFunction similarityFunction
111
) {
112
float ax = targetCorrections[0];
113
- // Here we assume `lx` is simply bit vectors, so the scaling isn't necessary
114
float lx = (targetCorrections[1] - ax) * FOUR_BIT_SCALE;
115
float ay = queryCorrections.lowerInterval();
116
float ly = (queryCorrections.upperInterval() - ay) * FOUR_BIT_SCALE;
0 commit comments