-
Notifications
You must be signed in to change notification settings - Fork 975
feat: ragas evals CLI #2086
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: ragas evals CLI #2086
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
Added a new CLI interface for running Ragas evaluations with an intuitive command-line experience.
- Added
ragas evals
command incli.py
with support for dataset selection and metric comparison - Updated progress tracking from tqdm to Rich library for enhanced visual feedback in
base.py
andexperiments.py
- Added
get_fields_by_type
method indataset.py
for type-based field filtering - Modified metric response models in
discrete.py
,ranking.py
, andnumeric.py
to improve output formatting
9 files reviewed, 4 comments
Edit PR Review Bot Settings | Greptile
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
overall looks good but do address the comments from greptile and mine before merging it in
Uh oh!
There was an error while loading. Please reload this page.