[go: nahoru, domu]

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

feat: Add support for displaying a progress bar for RAG pipeline execution inside the RAG eval harness #32

Merged

Conversation

shadeMe
Copy link
Contributor
@shadeMe shadeMe commented Jul 5, 2024

Proposed Changes:

The PR introduced changes to display the progress of the RAG pipeline's execution within the RAG eval harness. Unlike the evaluation pipeline, the harness will run the RAG pipeline in full for every query passed to it. This is because all RAG pipelines expect a single query/input and return a single result, while the evaluation pipeline takes batches of inputs.

Checklist

@shadeMe shadeMe requested a review from a team as a code owner July 5, 2024 13:30
@shadeMe shadeMe requested review from davidsbatista and silvanocerza and removed request for a team and davidsbatista July 5, 2024 13:30
@shadeMe shadeMe force-pushed the feat/rag-eval-harness-progress-bar branch from 4f3e3ff to d51fba2 Compare July 5, 2024 14:37
@shadeMe
Copy link
Contributor Author
shadeMe commented Jul 5, 2024

Test failures are unrelated (think it has to do with the PR coming in from a fork).

@shadeMe shadeMe merged commit dd3cbdc into deepset-ai:main Jul 5, 2024
3 of 5 checks passed
@shadeMe shadeMe deleted the feat/rag-eval-harness-progress-bar branch July 5, 2024 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants