From a21380dd267c5c0c436d9d2e8c731e20cc14da09 Mon Sep 17 00:00:00 2001 From: Karen Javadyan Date: Sun, 18 Feb 2024 22:40:15 +0400 Subject: [PATCH] fix typo --- examples/rag/langgraph_agentic_rag.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rag/langgraph_agentic_rag.ipynb b/examples/rag/langgraph_agentic_rag.ipynb index 20b1e9132..07ca74be3 100644 --- a/examples/rag/langgraph_agentic_rag.ipynb +++ b/examples/rag/langgraph_agentic_rag.ipynb @@ -19,7 +19,7 @@ "\n", "[Retrieval Agents](https://python.langchain.com/docs/use_cases/question_answering/conversational_retrieval_agents) are useful when we want to make decisions about whether to retrieve from an index.\n", "\n", - "To implement a retrieval agent, we simple need to give an LLM access to a retrier tool.\n", + "To implement a retrieval agent, we simple need to give an LLM access to a retriever tool.\n", "\n", "We can incorperate this into [LangGraph](https://python.langchain.com/docs/langgraph).\n", "\n",