-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
INTPYTHON-377 langgraph-checkpoint-mongodb #7
INTPYTHON-377 langgraph-checkpoint-mongodb #7
Conversation
…langchain-ai/langgraph
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! for final version we'd need to remove the pregel test files. will let you know once standard test lib is ready :)
libs/langgraph-checkpoint-mongodb/langgraph/checkpoint/mongodb/aio.py
Outdated
Show resolved
Hide resolved
Discussed offline -- we can merge as is and rip those tests out as soon as standard tests lib is published |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
2nd package in this repo:
langgraph-checkpoint-mongodb
Implements two new graph checkpointers for MongoDB. One synchronous and one asynchronous.
This closely follows the other implementations in checkpoint, checkpoint-postgres, checkpoint-sqlite but with NoSQL idioms.
This is work that was originally in a pull-request directly to langgraph (#2089)
In the review of #2089, we were told that there were additional tests that truly verified the checkpointers, this file for sync and this file for async. This PR will be marled draft until these are all green.