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 abstraction layer to leapfrogai_evals to allow custom RAG pipelines #1173

Open
jalling97 opened this issue Oct 1, 2024 · 0 comments
Labels
api enhancement New feature or request

Comments

@jalling97
Copy link
Contributor

User Story

As a developer leveraging LeapfrogAI
I want to be able to evaluation my custom RAG pipelines
So that I can compare my custom RAG pipeline to the LeapfrogAI baseline

Acceptance Criteria

An abstract class RAGPipeline is added to replace the current method of running each evaluation. a baseline LFAI RAG pipeline class implementation will be added so that the current baseline still functions as expected. If custom pipelines are required, one can follow the implementation details using the abstract class to run LFAI evals.

@nywilken nywilken added enhancement New feature or request api labels Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants