-
Notifications
You must be signed in to change notification settings - Fork 8
Confidence Filtering
goldy4719 edited this page Apr 10, 2026
·
1 revision
The system filters tags based on a configurable confidence threshold to remove low-confidence results before returning or persisting data.
- Parsed tag output from the shared parser
- Lambda integration
- Environment variable support for threshold configuration
- The system applies filtering after tag normalization.
- The system removes tags below the active confidence threshold.
- The system reads the threshold from an environment variable or defaults to 80.0.
- The system returns and persists only filtered tags.
- The system allows empty tag results when all values fall below the threshold.
- Filtering occurs in a single consistent stage.
- The threshold is inclusive at 80.0.
- Default behavior applies when no configuration is provided.
- Empty results are valid outcomes.