



Middle-ground quantization introduced in Qdrant v1.15.0 that provides better precision than binary quantization while being more aggressive than scalar quantization.
Loading more......
Starting from Qdrant v1.15.0, two additional quantization types were introduced: 1.5-bit and 2-bit binary quantization, which provide a useful middle ground between scalar and binary quantization.
1.5-bit quantization uses 1.5 bits per dimension on average, achieved through clever encoding schemes that allow more precision than pure binary while maintaining high compression.
Included in Qdrant v1.15.0+, open-source.