From 878567f6b0cfbd1b05f844384b0d1ae6246f1017 Mon Sep 17 00:00:00 2001 From: Henry Kobin Date: Mon, 8 Jul 2024 14:10:21 -0700 Subject: [PATCH] spellcheck (#936) --- examples/rag/langgraph_crag.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rag/langgraph_crag.ipynb b/examples/rag/langgraph_crag.ipynb index 4cfbb07dc..f131e398e 100644 --- a/examples/rag/langgraph_crag.ipynb +++ b/examples/rag/langgraph_crag.ipynb @@ -17,7 +17,7 @@ "In the paper [here](https://arxiv.org/pdf/2401.15884.pdf), a few steps are taken:\n", "\n", "* If at least one document exceeds the threshold for relevance, then it proceeds to generation\n", - "* Before generation, it performns knowledge refinement\n", + "* Before generation, it performs knowledge refinement\n", "* This partitions the document into \"knowledge strips\"\n", "* It grades each strip, and filters our irrelevant ones\n", "* If all documents fall below the relevance threshold or if the grader is unsure, then the framework seeks an additional datasource\n",