mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-03 19:57:51 +00:00
[Evaluation] Config Fix (#18231)
This commit is contained in:
parent
1b63530274
commit
8af4425abd
@ -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…
Reference in New Issue
Block a user