Skip to content

Commit

Permalink
simple -> simply (#1919)
Browse files Browse the repository at this point in the history
  • Loading branch information
isahers1 authored Sep 30, 2024
1 parent 3c9441c commit 8654365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/tutorials/rag/langgraph_agentic_rag.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8654365

Please sign in to comment.