From 666fb3f31dc23255811736865326bf0db15cb9fc Mon Sep 17 00:00:00 2001 From: Pratyush Verma Date: Wed, 28 Aug 2024 15:45:02 +0100 Subject: [PATCH] Fix typo --- examples/rag/langgraph_agentic_rag.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rag/langgraph_agentic_rag.ipynb b/examples/rag/langgraph_agentic_rag.ipynb index 73d02f14a..94e4e7b7f 100644 --- a/examples/rag/langgraph_agentic_rag.ipynb +++ b/examples/rag/langgraph_agentic_rag.ipynb @@ -126,7 +126,7 @@ "source": [ "## Agent state\n", " \n", - "We will defined a graph.\n", + "We will define a graph.\n", "\n", "A `state` object that it passes around to each node.\n", "\n",