Module org.elasticsearch.server
Interface QuantizedVectorValues
public interface QuantizedVectorValues
Interface representing a collection of quantized vector values.
Provides methods to iterate through the vectors and retrieve
associated quantization correction data.
-
Method Details
-
count
int count() -
next
- Throws:
IOException
-
getCorrections
- Throws:
IOException
-