Commit e1e88f7
authored
add: console scripts for ragas_examples (#2367)
## 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
```1 parent af38eec commit e1e88f7
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
50 | 61 | | |
51 | 62 | | |
52 | 63 | | |
| |||
0 commit comments