mirror of
https://github.com/langchain-ai/langchain-postgres.git
synced 2026-07-16 01:33:18 -04:00
What is the purpose of the chat_message_histories.py file? #69
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ruidanwang on GitHub (Mar 13, 2025).
What is the purpose of the chat_message_histories.py file? In what scenarios is it used? I can't think of a practical use case for it. Can someone give me an example? Thanks!
@eyurtsev commented on GitHub (Mar 20, 2025):
It's used with LCEL in langchain. We don't recommend this as an approach now and instead users should use langgraph checkpointers.