You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While LangChain now (as of version 0.3) recommends to use LangGraph, it is also mentioned that
"We do not plan on deprecating this functionality in the near future as it works for simple chat applications and any code that uses RunnableWithMessageHistory will continue to work as expected."
The text was updated successfully, but these errors were encountered:
Add support for
chat_message_histories
API.This tutorial shows how message histories can be saved using LangChain:
https://python.langchain.com/v0.2/docs/how_to/message_history/
While LangChain now (as of version 0.3) recommends to use LangGraph, it is also mentioned that
The text was updated successfully, but these errors were encountered: