Error while checkpoint #477
Unanswered
Mrunmay8558
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Please share code. |
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
-
Hello,
I'm encountering a TypeError when running my code:
TypeError: channels[k].fromCheckpoint is not a function
at emptyChannels (file:///D:/Full%20Stack/React/aiast/backend/node_modules/@langchain/langgraph/dist/channels/base.js:32:42)
at PregelLoop.initialize (file:///D:/Full%20Stack/React/aiast/backend/node_modules/@langchain/langgraph/dist/pregel/loop.js:198:26)
at async CompiledStateGraph._streamIterator (file:///D:/Full%20Stack/React/aiast/backend/node_modules/@langchain/langgraph/dist/pregel/index.js:458:20)
It looks like the fromCheckpoint function is not defined for channels[k]. This issue arises when executing the new.js file. Could anyone provide insights into why this function might be missing or how to resolve this problem?
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions