docs: fix typo in chat_history.ipynb (#30406)

`peristence` should be `persistence`
This commit is contained in:
Jojo 2025-03-21 08:45:52 -07:00 committed by GitHub
parent f657b19a24
commit c77ee99980
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
"* [Memory](https://langchain-ai.github.io/langgraph/concepts/agentic_concepts/#memory)\n", "* [Memory](https://langchain-ai.github.io/langgraph/concepts/agentic_concepts/#memory)\n",
":::\n", ":::\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", "\n",
"In some situations, users may need to keep using an existing persistence solution for chat message history.\n", "In some situations, users may need to keep using an existing persistence solution for chat message history.\n",
"\n", "\n",