[Evaluation] Config Fix (#18231)

pull/17717/head^2
William FH 4 months ago committed by GitHub
parent 1b63530274
commit 8af4425abd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -296,7 +296,7 @@ class RunEvalConfig(BaseModel):
Whether to ignore numbers when comparing strings.
"""
evaluator_type: EvaluatorType = EvaluatorType.STRING_DISTANCE
evaluator_type: EvaluatorType = EvaluatorType.EXACT_MATCH
ignore_case: bool = False
ignore_punctuation: bool = False
ignore_numbers: bool = False

Loading…
Cancel
Save