LangGraph Parallel Branches Concurrency #2212
Unanswered
jamesheavey
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I have made a graph using parallel branches with map reduce, following this: https://langchain-ai.github.io/langgraph/how-tos/map-reduce
Graph works as expected, however, I want to limit the concurrency of the parallel branches in line with the rate limit of my LLM saas api provider.
Is there a nice way to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions