Can't seem to get PostgresSaver to work. Data is still getting saved in the local docker instance in development #1173
Unanswered
maheshj567
asked this question in
Q&A
Replies: 1 comment 6 replies
-
That's because langgraph platform uses its own managed persistence layer, and custom checkpointers are not yet supported.
|
Beta Was this translation helpful? Give feedback.
6 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.
-
Hello all. I've been trying to setup a custom checkpointer using an external Postegres DB. Here's what I'm doing...
When I run it using
npx @langchain/langgraph-cli dev
, it stores the checkpoint information in the.langgraph_api
folder. I triednpx @langchain/langgraph-cli up
and it stores the info in the Postgres instance inside the docker container.I can't seem to get it to store the information in the external DB defined by
process.env.POSTGRES_URI
. Am I missing something here? Would really appreciate any help that I can get. Thank you.Beta Was this translation helpful? Give feedback.
All reactions