Skip to main content

Module codecs

Module codecs 

Source

Re-exports§

pub use bbq::BbqRerank;
pub use binary::BinaryRerank;
pub use pq::PqRerank;
pub use rabitq::RaBitQRerank;
pub use sq8::Sq8Rerank;

Modules§

bbq
RerankCodec wrapper for BBQ (Better Binary Quantization).
binary
RerankCodec wrapper for binary (sign-bit) quantization.
pq
RerankCodec wrapper for Product Quantization (PQ).
rabitq
RerankCodec wrapper for RaBitQ 1-bit quantization.
sq8
RerankCodec wrapper for SQ8 scalar quantization.