Skip to content

Commit e2ba897

Browse files
committed
Minor documentation / style fixes
1 parent 1f2c846 commit e2ba897

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

server/src/main/java/org/elasticsearch/index/mapper/vectors/VectorSimilarityByteValueSource.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
import java.util.Arrays;
2424
import java.util.Objects;
2525

26+
/**
27+
* DoubleValuesSource that is used to calculate scores according to a similarity function for a KnnByteVectorField, using the
28+
* original vector values stored in the index
29+
*/
2630
public class VectorSimilarityByteValueSource extends DoubleValuesSource {
2731

2832
private final String field;

0 commit comments

Comments
 (0)