MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / RaBitQQuantized

Class RaBitQQuantized

nodedb-codec/src/vector_quant/rabitq.rs:286–286  ·  view source on GitHub ↗

Packed 1-bit quantized vector produced by [`RaBitQCodec::encode`].

Source from the content-addressed store, hash-verified

284
285/// Packed 1-bit quantized vector produced by [`RaBitQCodec::encode`].
286pub struct RaBitQQuantized(UnifiedQuantizedVector);
287
288impl AsRef<UnifiedQuantizedVector> for RaBitQQuantized {
289 #[inline]

Callers 1

encodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected