mirror of
				https://github.com/hwchase17/langchain.git
				synced 2025-11-04 10:10:09 +00:00 
			
		
		
		
	docs: fix typo in chat_history.ipynb (#30406)
`peristence` should be `persistence`
This commit is contained in:
		@@ -16,7 +16,7 @@
 | 
			
		||||
    "* [Memory](https://langchain-ai.github.io/langgraph/concepts/agentic_concepts/#memory)\n",
 | 
			
		||||
    ":::\n",
 | 
			
		||||
    "\n",
 | 
			
		||||
    "We recommend that new LangChain applications take advantage of the [built-in LangGraph peristence](https://langchain-ai.github.io/langgraph/concepts/persistence/) to implement memory.\n",
 | 
			
		||||
    "We recommend that new LangChain applications take advantage of the [built-in LangGraph persistence](https://langchain-ai.github.io/langgraph/concepts/persistence/) to implement memory.\n",
 | 
			
		||||
    "\n",
 | 
			
		||||
    "In some situations, users may need to keep using an existing persistence solution for chat message history.\n",
 | 
			
		||||
    "\n",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user