Skip to content

Commit

Permalink
doc: add note (#1753)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahules786 authored Dec 12, 2024
1 parent 27c8277 commit f1dd065
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/howtos/customizations/metrics/train_your_own_metric.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ os.environ['RAGAS_APP_TOKEN'] = 'your_app_token'
```

Once that's done, you can upload the evaluation results to app.ragas using the following code.

!!! note
Please ensure that you're in ragas 0.2.8 or above to use this feature.

```python
results.upload()
```
Expand Down

0 comments on commit f1dd065

Please sign in to comment.