You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs/use_cases/summarization.md

950 B

Summarization

Summarization involves creating a smaller summary of multiple longer documents. This can be useful for distilling long documents into the core pieces of information

The following resources exist:

Additional related resources include:

  • Utilities for working with Documents: Guides on how to use several of the utilities which will prove helpful for this task, including Text Splitters (for splitting up long documents).
  • CombineDocuments Chains: A conceptual overview of specific types of chains by which you can accomplish this task.
  • Data Augmented Generation: An overview of data augmented generation, which is the general concept of combining external data with LLMs (of which this is a subset).