We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4a8925 commit c626cdeCopy full SHA for c626cde
MIGRATION.md
@@ -127,7 +127,7 @@ graph.name = "New Graph" # This defines the custom name in LangSmith
127
128
This option is recommended if you want to take advantage of more advanced features in LangGraph Platform.
129
130
-#### Memory
+#### Memory (alternative to `RunnableWithMessageHistory`)
131
132
For example, LangGraph comes with built-in persistence that is more general than LangChain's `RunnableWithMessageHistory`.
133
@@ -219,4 +219,4 @@ graph.name = "RAG Graph"
219
220
Please see the [LangGraph tutorials](https://langchain-ai.github.io/langgraph/tutorials/)
221
for tutorials and examples that will help you get started with LangGraph
222
-and LangGraph Platform.
+and LangGraph Platform.
0 commit comments