Merge pull request #120 from kajarenc/patch-1

Typo fix
This commit is contained in:
Nuno Campos
2024-02-19 08:42:36 -08:00
committed by GitHub
+1 -1
View File
@@ -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",