Replies: 1 comment
-
Yes @nprime496 the ragas metric supports langchain chatmodels only, not the usual DeepEvalBaseLLM for native metrics on deepeval: https://docs.confident-ai.com/docs/metrics-ragas#required-arguments also support for ragas v0.2 is coming out in a few hours, currently you'll have to stick to <0.2 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm encountering an issue with my code while using a chat model, and I'm getting the following error:
LLMRAGEvaluator is a class I created.
Here's the code snippet I'm working with:
Can you suggest any modifications or solutions to make the evaluator work without this error?
Beta Was this translation helpful? Give feedback.
All reactions