Expand description
Input validation for the ingestion pipeline.
Validates incoming temporal points before they enter the storage and index layers. Checks: dimension consistency, timestamp sanity, vector norm (no NaN/Inf, not zero).
Structs§
- Validation
Config - Validation configuration.
Functions§
- validate_
batch - Validate a batch of points. Returns the index of the first invalid point.
- validate_
point - Validate a single temporal point.