Skip to main content

Module drift_monitor

Module drift_monitor 

Source
Expand description

Embedding Drift Monitor

Monitors concept drift in embedding distributions by comparing incoming vectors against a baseline, alerting when the distribution shifts significantly.

Structs§

BaselineStats
Per-dimension statistics computed from the baseline window.
DriftMonitorConfig
Configuration for the EmbeddingDriftMonitor.
DriftMonitorStats
Cumulative statistics tracked by the monitor.
EmbeddingDriftMonitor
Monitors concept drift in embedding distributions.

Enums§

DriftSignal
Signal indicating the degree of distributional drift detected.