check_retrieval_drift
Detect drift in retrieval evaluation by comparing baseline and current results. Flags regressed metrics like recall, precision, and more with configurable tolerance.
Instructions
Compare two retrieval evaluation result files and detect drift. Flags metrics that have regressed beyond configurable tolerance. Takes two result-set paths; does not persist history itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| baseline_path | Yes | ||
| current_path | Yes | ||
| tolerance | No |