We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 422bd33 commit ccdef94Copy full SHA for ccdef94
libs/langgraph-checkpoint-mongodb/README.md
@@ -14,8 +14,6 @@ MONGODB_URI = "mongodb://localhost:27017"
14
DB_NAME = "checkpoint_example"
15
16
with MongoDBSaver.from_conn_string(MONGODB_URI, DB_NAME) as checkpointer:
17
- # call .setup() the first time you're using the checkpointer
18
- checkpointer.setup()
19
checkpoint = {
20
"v": 1,
21
"ts": "2024-07-31T20:14:19.804150+00:00",
0 commit comments