mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-02 19:47:13 +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",
|
"* [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",
|
||||||
|
Reference in New Issue
Block a user