Issue with executing Langchain's LLM Compiler example code #27439
Replies: 1 comment 10 replies
-
I found a similar unsolved discussion that might be related to your issue: When i run my demo,It just stuck at llm.invoke().I can't figure what wrong with it [1]. Additionally, there was an issue titled ainvoke take along time? which was closed without comments or a solution [2]. Regarding your specific problem, there are a few potential reasons why
You might want to add logging or print statements to trace the execution flow and identify where exactly the process is getting stuck. This can help in diagnosing the issue more effectively. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to execute the Langchain's LLM Compiler example code at this page.
When I run the below code, it hangs in
plan_and_schedule(state)
andschedule_tasks.invoke()
doesn't work or doesn't ends.Here's my code:
Here's my
output_parser_v2
code:Here's my
math_tools
code:When I execute above, I don't see the code move forward from
schedule_tasks.invoke()
and print output of this line.Beta Was this translation helpful? Give feedback.
All reactions