docs/how_to/summarize_map_reduce/ #31073
Replies: 1 comment
-
When I follow the pattern of using an edge to send chunks in parallel to a node (by causing the edge to return a list of send objects), I get the following type error complaining about that return type:
Any thoughts on why that might be? I'm using These are some code snippets:
Full Type Error:
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
docs/how_to/summarize_map_reduce/
LLMs can summarize and otherwise distill desired information from text, including large volumes of text. In many cases, especially when the amount of text is large compared to the size of the model's context window, it can be helpful (or necessary) to break up the summarization task into smaller components.
https://python.langchain.com/docs/how_to/summarize_map_reduce/
Beta Was this translation helpful? Give feedback.
All reactions