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

Class BinaryQuantized

nodedb-vector/src/quantize/binary_codec.rs:30–30  ·  view source on GitHub ↗

Thin newtype wrapping `UnifiedQuantizedVector` for binary-encoded vectors.

Source from the content-addressed store, hash-verified

28
29/// Thin newtype wrapping `UnifiedQuantizedVector` for binary-encoded vectors.
30pub struct BinaryQuantized(pub UnifiedQuantizedVector);
31
32impl AsRef<UnifiedQuantizedVector> for BinaryQuantized {
33 #[inline]

Callers 1

encodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected