Uses of Class
org.apache.lucene.util.quantization.QuantizedByteVectorValues
Packages that use QuantizedByteVectorValues
Package
Description
Lucene 10.4 file format.
Provides quantization methods for scaling vector values to smaller data types and possibly fewer
dimensions
-
Uses of QuantizedByteVectorValues in org.apache.lucene.codecs.lucene104
Subclasses of QuantizedByteVectorValues in org.apache.lucene.codecs.lucene104Modifier and TypeClassDescriptionclassScalar quantized vector values loaded from off-heapMethods in org.apache.lucene.codecs.lucene104 that return QuantizedByteVectorValuesModifier and TypeMethodDescriptionLucene104ScalarQuantizedVectorsReader.getQuantizedVectorValues(String field) Methods in org.apache.lucene.codecs.lucene104 with parameters of type QuantizedByteVectorValuesModifier and TypeMethodDescriptionLucene104ScalarQuantizedVectorScorer.getRandomVectorScorerSupplier(VectorSimilarityFunction similarityFunction, QuantizedByteVectorValues scoringVectors, QuantizedByteVectorValues targetVectors) -
Uses of QuantizedByteVectorValues in org.apache.lucene.util.quantization
Methods in org.apache.lucene.util.quantization that return QuantizedByteVectorValuesModifier and TypeMethodDescriptionabstract QuantizedByteVectorValuesQuantizedByteVectorValues.copy()