Skip to main content

Module quantize_governed

Module quantize_governed 

Source
Expand description

Governed compression pipeline integration for semantic-memory.

This module provides the encode_governed function that routes embedding vectors through the quant-governor policy evaluation + scr-runtime-compression adapter pipeline. It is only available when the turbo-quant-codec feature is enabled.

Re-exports§

pub use governed::encode_governed;
pub use governed::encode_governed_default;
pub use governed::GovernedEncodeResult;

Modules§

governed
Stub module when turbo-quant-codec is not enabled.