We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd8e593 commit ae8b440Copy full SHA for ae8b440
patterns/pattern-1/src/processresults_function/index.py
@@ -53,7 +53,6 @@ def get_confidence_threshold_from_config(document: Document) -> float:
53
return 0.80
54
55
logger.info(f"Retrieved confidence threshold from configuration: {threshold_value}")
56
- threshold_value=0.8
57
return threshold_value
58
except Exception as e:
59
logger.warning(f"Failed to retrieve confidence threshold from configuration: {e}")
0 commit comments