Uses of Package
org.apache.lucene.util.quantization
Packages that use org.apache.lucene.util.quantization
Package
Description
HNSW vector helper classes.
Lucene 10.4 file format.
Lucene 9.9 file format.
Provides quantization methods for scaling vector values to smaller data types and possibly fewer
dimensions
-
Classes in org.apache.lucene.util.quantization used by org.apache.lucene.codecs.hnswClassDescriptionA version of
BaseQuantizedByteVectorValues, but additionally retrieving score correction offset for Scalar quantization scores.Will scalar quantize float vectors into `int8` byte values. -
Classes in org.apache.lucene.util.quantization used by org.apache.lucene.codecs.lucene104ClassDescriptionA version of
ByteVectorValuesfor Scalar quantization scores.This is a scalar quantizer that optimizes the quantization intervals for a given vector.Quantization result containing the lower and upper interval bounds, the additional correctionScalar quantized byte vector valuesAllowed encodings for scalar quantization.Quantized vector readerWill scalar quantize float vectors into `int8` byte values. -
Classes in org.apache.lucene.util.quantization used by org.apache.lucene.codecs.lucene99ClassDescriptionA version of
ByteVectorValuesfor Scalar quantization scores.Quantized vector readerWill scalar quantize float vectors into `int8` byte values. -
Classes in org.apache.lucene.util.quantization used by org.apache.lucene.util.quantizationClassDescriptionA version of
ByteVectorValuesfor Scalar quantization scores.A version ofBaseQuantizedByteVectorValues, but additionally retrieving score correction offset for Scalar quantization scores.This is a scalar quantizer that optimizes the quantization intervals for a given vector.Quantization result containing the lower and upper interval bounds, the additional correctionScalar quantized byte vector valuesAllowed encodings for scalar quantization.Calculates and adjust the scores correctly for quantized vectors given the scalar quantization parametersCompares two byte vectorsWill scalar quantize float vectors into `int8` byte values.