Skip to content

Summarization Chain#

Use the Summarization Chain node to summarize multiple documents.

On this page, you'll find the node parameters for the Summarization Chain node, and links to more resources.

Node parameters#

Type#

The type of summarization to run.

  • Map Reduce (Map Reduce in the LangChain documentation)
  • Refine (Refine in the LangChain documentation)
  • Stuff (Stuff in the LangChain documentation)

Options#

  • Combine Map Prompt: write a prompt to guide the agent when combining summaries.
  • Prompt: write a prompt to guide the agent when generating individual summaries.

You can view prompt examples in the node.

Refer to LangChain's documentation on summarization for more information about the service.

View Ensemble's LangChain documentation.