You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now there is only one evaluation class which is LLMEval. This class can only evaluate Langchain's LLM objects. I suppose we need to add support for langchain's Chain objects too because they are the most largely used langchain objects.
I suppose we can inherit both LLMEval and ChainEval from a new class called BaseEval.
The text was updated successfully, but these errors were encountered:
Right now there is only one evaluation class which is LLMEval. This class can only evaluate Langchain's LLM objects. I suppose we need to add support for langchain's Chain objects too because they are the most largely used langchain objects.
I suppose we can inherit both LLMEval and ChainEval from a new class called BaseEval.
The text was updated successfully, but these errors were encountered: