Closed rjiangnju closed 8 hours ago
When run evaluate with faithfulness metrics, the template print extraction_limit for each test case. which is very annoying. The print it due to line 36 at deepeval/metrics/faithfulness/template.py:
print(extraction_limit)
I don't see why this is needed, should be remove.
@rjiangnju its just a mistake
When run evaluate with faithfulness metrics, the template print extraction_limit for each test case. which is very annoying. The print it due to line 36 at deepeval/metrics/faithfulness/template.py:
print(extraction_limit)
I don't see why this is needed, should be remove.