Module validation

Source
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§

ValidationConfig
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.