From 250ee53c9e737a21d35825e97eb9bc9d1c4926df Mon Sep 17 00:00:00 2001 From: Shahules786 Date: Thu, 12 Dec 2024 17:21:44 +0530 Subject: [PATCH] add note --- docs/howtos/customizations/metrics/train_your_own_metric.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/howtos/customizations/metrics/train_your_own_metric.md b/docs/howtos/customizations/metrics/train_your_own_metric.md index 6bdc16608..12174b22e 100644 --- a/docs/howtos/customizations/metrics/train_your_own_metric.md +++ b/docs/howtos/customizations/metrics/train_your_own_metric.md @@ -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()