From cbca17778c4a1cc139ac5a70f748363734c1f9a5 Mon Sep 17 00:00:00 2001 From: Younes Date: Mon, 20 Nov 2023 17:11:59 +0100 Subject: [PATCH] fix: broken link to metrics (#311) Closes https://github.com/explodinggradients/ragas/issues/293 --- docs/howtos/integrations/langchain.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howtos/integrations/langchain.ipynb b/docs/howtos/integrations/langchain.ipynb index 4d27bf5b0..f2c7cdf86 100644 --- a/docs/howtos/integrations/langchain.ipynb +++ b/docs/howtos/integrations/langchain.ipynb @@ -126,7 +126,7 @@ "source": [ "## Introducing `RagasEvaluatorChain`\n", "\n", - "`RagasEvaluatorChain` creates a wrapper around the metrics ragas provides (documented [here](https://github.com/explodinggradients/ragas/blob/main/docs/metrics.md)), making it easier to run these evaluation with langchain and langsmith.\n", + "`RagasEvaluatorChain` creates a wrapper around the metrics ragas provides (documented [here](https://github.com/explodinggradients/ragas/blob/main/docs/concepts/metrics/index.md)), making it easier to run these evaluation with langchain and langsmith.\n", "\n", "The evaluator chain has the following APIs\n", "\n",