Skip to content

Commit

Permalink
fix: broken link to metrics (#311)
Browse files Browse the repository at this point in the history
Closes #293
  • Loading branch information
Younes authored Nov 20, 2023
1 parent d501dbf commit cbca177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/howtos/integrations/langchain.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cbca177

Please sign in to comment.