Archiving Postgres Checkpointer #4400
Wildhammer
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
In langgraph platform we have the concept of TTLs (https://langchain-ai.github.io/langgraph/how-tos/ttl/configure_ttl/?h=ttl) - you could implement something similar on your own custom checkpointer by cleaning up old threads on a schedule |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How would you archive old conversations in postgres checkpointer for langgraph? I think it is fair requirement to be able to archive and purge conversations that are old in like a chatbot application. Otherwise the underlying postgres db will keep growing in size and all the old conversation data are hot and ready to be queried while there will never be accessed.
Beta Was this translation helpful? Give feedback.
All reactions