We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently we don't support parallel nodes because of how we construct the graph. The main issue is conditional nodes which require special handling in langgraph: https://langchain-ai.github.io/langgraph/how-tos/branching/#parallel-node-fan-out-and-fan-in-with-extra-steps
We would need to call add_edge with the correct set of dependencies for each node.
add_edge
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently we don't support parallel nodes because of how we construct the graph. The main issue is conditional nodes which require special handling in langgraph:
https://langchain-ai.github.io/langgraph/how-tos/branching/#parallel-node-fan-out-and-fan-in-with-extra-steps
We would need to call
add_edge
with the correct set of dependencies for each node.The text was updated successfully, but these errors were encountered: