How to save a graph and load it later #3735
Unanswered
theprobugmaker
asked this question in
Q&A
Replies: 2 comments 4 replies
-
I just noticed that this is a very common problem and no answer or any idea how to solve.
Can you give us a light 💡 please? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi, thanks for opening the discussion, this is something we're thinking about a bunch, we have some early things for this in this repo https://github.com/langchain-ai/langgraph-gen-py this isn't the full answer yet, but it's the direction we're thinking in. The hardest part to serialize is the custom functions that make up your nodes, what were you imagining there? |
Beta Was this translation helpful? Give feedback.
3 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.
-
I'm wondering, how can I save a graph in a storage and load it later? For example, imagine that I create a graph and I want to save it using some storage like PostgreSQL or something and then load it, compile, and execute. Is that possible?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions