New feature: Implementing a MongoDBSaver for checkpoints in StateGraph #943
theofficialvedantjoshi
started this conversation in
Discussions
Replies: 2 comments 2 replies
-
this is great! we would ask that you add a documentation page like this: https://langchain-ai.github.io/langgraph/how-tos/persistence_postgres/ |
Beta Was this translation helpful? Give feedback.
1 reply
-
I came across this discussion in a google search. I just wanted that we have now implemented a checkpointer for MongoDB. Here's the source. The package langgraph-checkpoint-mongodb can be pip installed. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While using langgraph I had come across sqlite and async sqlite savers. For the project I was working on using an online database like MongoDB seemed more feasible but there was no MongoDBSaver.
Here is my implementation under langgraph\libs\langgraph\langgraph\checkpoint\
I have forked the repo and committed changes to mongodb.py under checkpoint. Can I contribute ?
Beta Was this translation helpful? Give feedback.
All reactions