Replies: 1 comment
-
In the same situation. Do we need to package the langgraph server in our own image (instead of the langraph build generated one that add a lot of deps etc.)? And then use the mongodbsaver in the agent? |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
We are currently using this
docker-compose.yml
to deploy AI agents. This is what the file looks likeOur application, excluding AI agents, uses
MongoDB Atlas
. We want to move away from Postgres. Since LangGraph already supports MongoDB, how can I set up MongoDB instead of Postgres?Beta Was this translation helpful? Give feedback.
All reactions