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

Question: ragas built-in visualization of results (e.g. HTML exports)? #911

Open
jamesbraza opened this issue Apr 27, 2024 · 2 comments
Open
Labels
question Further information is requested

Comments

@jamesbraza
Copy link
Contributor

[x] I checked the documentation and related resources and couldn't find an answer to my question.

Your Question

Let's say I want to evaluate an LLM on a question-answer dataset. Is there like a front end (e.g. HTML exports) for evaluations run with Ragas?

I want to visualize my evaluation dataset:

  • Table of question, expected answer, generated answer, pass/fail
  • Overall summary metrics like recall, precision, accuracy, F1 score, etc.

Code Examples

N/a

Additional context

Looking for something like https://github.com/promptfoo/promptfoo, but for ragas.

@jamesbraza jamesbraza added the question Further information is requested label Apr 27, 2024
@jjmachan
Copy link
Member

Hey @jamesbraza - great to see you again 🙂

you have 2 options

  1. if you use any tracing tools - we could use that
  2. pandas and matplotlib or streamlit if your local. Actually having a small streamlit app might be interesting

what do you think?

@jjmachan jjmachan added the waiting 🤖 waiting for response. In none will close this automatically label Apr 28, 2024
@jamesbraza
Copy link
Contributor Author

Hello! Yeah thanks for the response and hope all is well.

if you use any tracing tools - we could use that

When you say tracing tools, do you mean something like LangChain's BaseTracer or LangSmith?

pandas and matplotlib or streamlit if your local. Actually having a small streamlit app might be interesting

I was hoping for something built into Ragas, I am trying to avoid building my own front end for evaluation visualization

@github-actions github-actions bot removed the waiting 🤖 waiting for response. In none will close this automatically label Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants