From c532facbc4b09e466da1726192c773f7ae6cd242 Mon Sep 17 00:00:00 2001 From: Michael Li Date: Fri, 30 May 2025 01:46:36 +1000 Subject: [PATCH] docs: fix misspelled word in uptrain.ipynb (#31411) --- docs/docs/integrations/callbacks/uptrain.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/callbacks/uptrain.ipynb b/docs/docs/integrations/callbacks/uptrain.ipynb index 51619215d09..7948c61a0be 100644 --- a/docs/docs/integrations/callbacks/uptrain.ipynb +++ b/docs/docs/integrations/callbacks/uptrain.ipynb @@ -26,7 +26,7 @@ "\n", "This notebook showcases the UpTrain callback handler seamlessly integrating into your pipeline, facilitating diverse evaluations. We have chosen a few evaluations that we deemed apt for evaluating the chains. These evaluations run automatically, with results displayed in the output. More details on UpTrain's evaluations can be found [here](https://github.com/uptrain-ai/uptrain?tab=readme-ov-file#pre-built-evaluations-we-offer-). \n", "\n", - "Selected retievers from Langchain are highlighted for demonstration:\n", + "Selected retrievers from Langchain are highlighted for demonstration:\n", "\n", "### 1. **Vanilla RAG**:\n", "RAG plays a crucial role in retrieving context and generating responses. To ensure its performance and response quality, we conduct the following evaluations:\n",