Replies: 1 comment
-
I'm closing this as I moved it to the langgraph repository langchain-ai/langgraph#2676 |
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
-
Checked other resources
Commit to Help
Example Code
Description
I have multiple agents and I'm not sure if I should have multiple checkpoint tables, one for each of them, or only one table. The latter seems more reasonable, even more if I had another table for
Conversations
(a.k.a. treads) but I'm not even sure I need one as well?I was thinking of using
checkpoint_ns
to differentiate them but it doesn't seem to work.In the example I'm providing I'm calling
invoke()
with a config that containscheckpoint_ns
key withagent
for value but the column is empty.What am I doing wrong? Any guidance would be appreciated.
System Info
langchain==0.3.9
langchain-core==0.3.21
langchain-openai==0.2.10
langchain-text-splitters==0.3.2
langgraph==0.2.53
langgraph-checkpoint==2.0.7
langgraph-checkpoint-postgres==2.0.6
langgraph-sdk==0.1.40
langserve==0.3.0
langsmith==0.1.147
Beta Was this translation helpful? Give feedback.
All reactions