Uses of Interface
io.github.jbellis.jvector.pq.VectorCompressor
Packages that use VectorCompressor
-
Uses of VectorCompressor in io.github.jbellis.jvector.pq
Classes in io.github.jbellis.jvector.pq that implement VectorCompressorModifier and TypeClassDescriptionclassBinary Quantization of float vectors: each float is compressed to a single bit, and similarity is computed with a simple Hamming distance.classProduct Quantization for float vectors.Methods in io.github.jbellis.jvector.pq that return VectorCompressor