Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c626cde

Browse files
authoredNov 18, 2024
Update MIGRATION.md (#789)
1 parent c4a8925 commit c626cde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎MIGRATION.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ graph.name = "New Graph" # This defines the custom name in LangSmith
127127

128128
This option is recommended if you want to take advantage of more advanced features in LangGraph Platform.
129129

130-
#### Memory
130+
#### Memory (alternative to `RunnableWithMessageHistory`)
131131

132132
For example, LangGraph comes with built-in persistence that is more general than LangChain's `RunnableWithMessageHistory`.
133133

@@ -219,4 +219,4 @@ graph.name = "RAG Graph"
219219

220220
Please see the [LangGraph tutorials](https://langchain-ai.github.io/langgraph/tutorials/)
221221
for tutorials and examples that will help you get started with LangGraph
222-
and LangGraph Platform.
222+
and LangGraph Platform.

0 commit comments

Comments
 (0)
Please sign in to comment.