docs/how_to/summarize_refine/ #28688
Replies: 1 comment 2 replies
-
What is "config" in this example and how is it utilized? It doesn't seem to be used. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
docs/how_to/summarize_refine/
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_refine/
Beta Was this translation helpful? Give feedback.
All reactions