Crate cvx_ingest

Source
Expand description

§cvx-ingest — Data ingestion pipeline for ChronosVector.

§Layer 3: Delta Encoding

delta::DeltaEncoder compresses embedding trajectories by storing only the sparse differences between consecutive vectors. delta::DeltaDecoder reconstructs full vectors from keyframes + delta chains.

Modules§

delta
Delta encoding and decoding for vector compression.
validation
Input validation for the ingestion pipeline.