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ยง
- Binary
Rerank - Object-safe
RerankCodecwrapper aroundBinaryCodec.