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

Class PqQuantized

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

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

Source from the content-addressed store, hash-verified

19
20/// Thin newtype wrapping `UnifiedQuantizedVector` for PQ-encoded vectors.
21pub struct PqQuantized(pub UnifiedQuantizedVector);
22
23impl AsRef<UnifiedQuantizedVector> for PqQuantized {
24 #[inline]

Callers 1

encodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected