deepeval icon indicating copy to clipboard operation
deepeval copied to clipboard

RagasMetric breaks when used with dataset

Open haarisedhi102 opened this issue 1 month ago • 0 comments

Describe the bug RagasMetric breaks when used with dataset

To Reproduce dataset.evaluate([RagasMetric])

Errors: TypeError: RagasMetric.a_measure() got an unexpected keyword argument '_show_indicator'

and another

self.llm.set_run_config(run_config)
^^^^^^^^^^^^^^^^^^^^^^^

AttributeError: 'GPTModel' object has no attribute 'set_run_config'

Additional context Add any other context about the problem here.

haarisedhi102 avatar May 21 '24 18:05 haarisedhi102