Skip to main content

Module vector_codec

Module vector_codec 

Source
Expand description

Vector codec profile and artifact boundary.

Codecs are derived acceleration/transport helpers only. SQLite memory rows and raw f32 embeddings remain authoritative and every artifact must carry a profile digest that can be checked before decoding.

Structs§

CodecCapabilityInfo
INT-001: Codec capability information for semantic-memory consumers.
RawF32Codec
Reference codec that stores raw little-endian f32 bytes.
Sq8Codec
Codec wrapper around the existing per-vector SQ8 quantization path.
VectorArtifactV1
Persistable encoded vector plus the profile identity required to decode it.
VectorCodecProfileV1
Stable identity for a vector codec configuration.

Traits§

VectorCodec
INT-001: Object-safe vector codec boundary for derived vector artifacts.