Skip to content
Discussion options

You must be logged in to vote

Checkpointers backed by a production-grade database (such as postgres, redis, etc.) are designed for prod and used at scale today.

That line is in the section on the "MemorySaver", a checkpointer implementation which is in-memory used primarily for proving out solutions locally, using in tests, and use in the docs (since it requires no additional setup). It offers no real "persistence", since it is just a python dictionary.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Subham07
Comment options

Answer selected by Subham07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants