From a0bf856c70879e2803c56547d7c4b4e4b79e4e02 Mon Sep 17 00:00:00 2001 From: Akshay <64036106+akshayvkt@users.noreply.github.com> Date: Sun, 26 Feb 2023 23:22:35 -0800 Subject: [PATCH] Update agent_vectorstore.ipynb (#1318) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit nitpicking but just thought i'd add this typo which I found when going through the How-to 😄 (unless it was intentional) also, it's amazing that you added ReAct to LangChain! --- docs/modules/agents/examples/agent_vectorstore.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/agents/examples/agent_vectorstore.ipynb b/docs/modules/agents/examples/agent_vectorstore.ipynb index 3d29f2fd..f8e67218 100644 --- a/docs/modules/agents/examples/agent_vectorstore.ipynb +++ b/docs/modules/agents/examples/agent_vectorstore.ipynb @@ -336,7 +336,7 @@ } ], "source": [ - "agent.run(\"What did biden say about ketanji brown jackson is the state of the union address?\")" + "agent.run(\"What did biden say about ketanji brown jackson in the state of the union address?\")" ] }, {