New feature: Implementing a MongoDBSaver for checkpoints in StateGraph #943
theofficialvedantjoshi
started this conversation in
Discussions
Replies: 1 comment 1 reply
-
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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