While running evaluation, I often run into this error.
'NoneType' object has no attribute 'find'
Seems similar to my previous issue: #2327 (in the sense that deepeval does not check that a result might be None)
my setup is the same as described there.
The culprit seems to be
|
start = input_string.find("{") |
While running evaluation, I often run into this error.
'NoneType' object has no attribute 'find'Seems similar to my previous issue: #2327 (in the sense that deepeval does not check that a result might be None)
my setup is the same as described there.
The culprit seems to be
deepeval/deepeval/metrics/utils.py
Line 394 in 053c3fe