Skip to main content

Module binary

Module binary 

Source
Expand description

RerankCodec wrapper for binary (sign-bit) quantization.

Bridges BinaryCodec (which implements VectorCodec with associated types) into the object-safe RerankCodec trait used by the rerank sidecar.

Binary has no learned state: train() is satisfied by the default no-op.

Structsยง

BinaryRerank
Object-safe RerankCodec wrapper around BinaryCodec.