MongoDB/Custom Database support for Store #3792
Saisiva123
started this conversation in
Ideas
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.
-
I think currently in development we have InMemoryStore and in Production we have Postgres by default, correct me if I'm wrong anywhere.
But Let's say If I want to do some analytics with the data that I'm going to store in long term memory, there is no way for me right now. Because Store default stores everything to Postgres and not sure how to access this long term memory for analytics.
Why dont langraph provides a feasibility where store could use external databases like MongoDB for the long term memory.
Beta Was this translation helpful? Give feedback.
All reactions