From 865436529e832dd2cb7450e7a7fe9341be49dcca Mon Sep 17 00:00:00 2001 From: Isaac Francisco <78627776+isahers1@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:30:29 -0700 Subject: [PATCH] simple -> simply (#1919) --- docs/docs/tutorials/rag/langgraph_agentic_rag.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tutorials/rag/langgraph_agentic_rag.ipynb b/docs/docs/tutorials/rag/langgraph_agentic_rag.ipynb index 6521a1a56..2fb1755ae 100644 --- a/docs/docs/tutorials/rag/langgraph_agentic_rag.ipynb +++ b/docs/docs/tutorials/rag/langgraph_agentic_rag.ipynb @@ -9,7 +9,7 @@ "\n", "[Retrieval Agents](https://python.langchain.com/docs/tutorials/qa_chat_history/#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 retriever tool.\n", + "To implement a retrieval agent, we simply need to give an LLM access to a retriever tool.\n", "\n", "We can incorporate this into [LangGraph](https://langchain-ai.github.io/langgraph/).\n", "\n",