From 768dd1905b1a1737b8fb8352500c23cdc091789b Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 23 Feb 2025 13:18:47 +0900 Subject: [PATCH] docs: update agent.ipynb persistance -> persistence --- examples/langgraph-agent/agent.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/langgraph-agent/agent.ipynb b/examples/langgraph-agent/agent.ipynb index f04fb573..0411ca57 100644 --- a/examples/langgraph-agent/agent.ipynb +++ b/examples/langgraph-agent/agent.ipynb @@ -9,7 +9,7 @@ "The following example demonstrates building an agent using LangGraph. Graphiti is used to personalize agent responses based on information learned from prior conversations. Additionally, a database of products is loaded into the Graphiti graph, enabling the agent to speak to these products.\n", "\n", "The agent implements:\n", - "- persistance of new chat turns to Graphiti and recall of relevant Facts using the most recent message.\n", + "- persistence of new chat turns to Graphiti and recall of relevant Facts using the most recent message.\n", "- a tool for querying Graphiti for shoe information\n", "- an in-memory MemorySaver to maintain agent state.\n", "\n",