Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ChainEval Class #29

Open
mstfatay opened this issue Jun 30, 2023 · 1 comment
Open

Add ChainEval Class #29

mstfatay opened this issue Jun 30, 2023 · 1 comment

Comments

@mstfatay
Copy link

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.

@iterix2
Copy link

iterix2 commented Jun 30, 2023

This would be a fantastic addition! Thank you for taking out time to raise this @mstfatay !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants