mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-01 20:49:17 +00:00
docs: fix typo in chat_history.ipynb (#30406)
`peristence` should be `persistence`
This commit is contained in:
parent
f657b19a24
commit
c77ee99980
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user