cvx-ingest 0.1.0

Data ingestion pipeline with delta encoding and schema validation
Documentation

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.