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-codecis not enabled.