Skip to content

Commit

Permalink
langgraph-checkpoint-mongodb: remove .setup() from README (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarda authored Jan 27, 2025
1 parent 422bd33 commit ccdef94
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libs/langgraph-checkpoint-mongodb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ MONGODB_URI = "mongodb://localhost:27017"
DB_NAME = "checkpoint_example"

with MongoDBSaver.from_conn_string(MONGODB_URI, DB_NAME) as checkpointer:
# call .setup() the first time you're using the checkpointer
checkpointer.setup()
checkpoint = {
"v": 1,
"ts": "2024-07-31T20:14:19.804150+00:00",
Expand Down

0 comments on commit ccdef94

Please sign in to comment.