Skip to content

Commit 7c4a2ed

Browse files
iverasebenwtrent
andauthored
Update server/src/main/java/org/elasticsearch/index/codec/vectors/DefaultIVFVectorsReader.java
Co-authored-by: Benjamin Trent <[email protected]>
1 parent b594528 commit 7c4a2ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ public void bulkScore(NeighborQueue queue) throws IOException {
9292

9393
private float score() throws IOException {
9494
final float qcDist = scorer.int4DotProduct(quantized);
95-
;
9695
centroids.readFloats(centroidCorrectiveValues, 0, 3);
9796
final int quantizedCentroidComponentSum = Short.toUnsignedInt(centroids.readShort());
9897
return int4QuantizedScore(

0 commit comments

Comments
 (0)