Is there a MongoDBStore equivalent of PostgresStore for cross persistence in langgraph? #4521
Unanswered
pritamsinha2304
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have a general question. I am implementing a store functionality in my langgraph for cross-persistence. I refer to this doc How to add cross-thread persistence to your graph. In this, they have used InMemoryStore() for persistence across threads. But is there something similar for MongoDB, like MongoDBStore(), something like that? There is PostgresStore.
I found this langchain-mongodb repo, from which I have implemented the MongoDBSaver checkpointing in my langgraph. But do not see a Store functionality in that?
Any insight on this? Thanks
Beta Was this translation helpful? Give feedback.
All reactions