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

Method quantization

nodedb-vector/src/collection/lifecycle.rs:306–308  ·  view source on GitHub ↗

Return the configured quantization mode.

(&self)

Source from the content-addressed store, hash-verified

304
305 /// Return the configured quantization mode.
306 pub fn quantization(&self) -> VectorQuantization {
307 self.quantization
308 }
309
310 /// Configure payload bitmap indexes from a list of field names.
311 pub fn configure_payload_indexes(&mut self, fields: &[String]) {

Callers 1

statsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected