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§

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
Object-safe vector codec boundary for derived vector artifacts.