Optional
serde: SerializerProtocolProtected
clientProtected
dbGenerate the next version ID for a channel.
Default is to use integer versions, incrementing by 1. If you override, you can use str/int/float versions, as long as they are monotonically increasing.
Retrieves a checkpoint from the MongoDB database based on the provided config. If the config contains a "checkpoint_id" key, the checkpoint with the matching thread ID and checkpoint ID is retrieved. Otherwise, the latest checkpoint for the given thread ID is retrieved.
Retrieve a list of checkpoint tuples from the MongoDB database based on the provided config. The checkpoints are ordered by checkpoint ID in descending order (newest first).
Optional
options: CheckpointListOptionsSaves a checkpoint to the MongoDB database. The checkpoint is associated with the provided config and its parent config (if any).
Saves intermediate writes associated with a checkpoint to the MongoDB database.
A LangGraph checkpoint saver backed by a MongoDB database.