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§
- RawF32
Codec - Reference codec that stores raw little-endian f32 bytes.
- Sq8Codec
- Codec wrapper around the existing per-vector SQ8 quantization path.
- Vector
Artifact V1 - Persistable encoded vector plus the profile identity required to decode it.
- Vector
Codec Profile V1 - Stable identity for a vector codec configuration.
Traits§
- Vector
Codec - Object-safe vector codec boundary for derived vector artifacts.