Skip to content

Commit ccdef94

Browse files
authored
langgraph-checkpoint-mongodb: remove .setup() from README (#68)
1 parent 422bd33 commit ccdef94

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libs/langgraph-checkpoint-mongodb/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ MONGODB_URI = "mongodb://localhost:27017"
1414
DB_NAME = "checkpoint_example"
1515

1616
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()
1917
checkpoint = {
2018
"v": 1,
2119
"ts": "2024-07-31T20:14:19.804150+00:00",

0 commit comments

Comments
 (0)