Skip to content

Commit

Permalink
add note
Browse files Browse the repository at this point in the history
  • Loading branch information
shahules786 committed Dec 12, 2024
1 parent 27c8277 commit 250ee53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/howtos/customizations/metrics/train_your_own_metric.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ 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 250ee53

Please sign in to comment.