simple -> simply (#1919)

This commit is contained in:
Isaac Francisco
2024-09-30 19:30:29 +00:00
committed by GitHub
parent 3c9441c039
commit 865436529e
@@ -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",