You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Issue Link / Problem Description
<!-- Link to related issue or describe the problem this PR solves -->
- Enabling uvx to run examples directly.
## Changes Made
<!-- Describe what you changed and why -->
- console scripts for each example
Before:
```sh
uvx --from ragas-examples python -m ragas_examples.agent_evals.evals
```
After:
```sh
uvx --from ragas-examples ragas-agent-evals
```
0 commit comments