Chain Summarization¶
Node: chainSummarization · Full type: @n8n/n8n-nodes-langchain.chainSummarization · Version: 2.1
Parameters¶
| Parameter | Type | Default | Details |
|---|---|---|---|
operationMode |
options | "nodeInputJson" | nodeInputJson, nodeInputBinary, documentLoader |
chunkingMode |
options | "simple" | simple, advanced |
chunkSize |
number | 1000 | |
chunkOverlap |
number | 200 | |
options |
collection | {} | keys: binaryDataKey, summarizationMethodAndPrompts, batching |
options children:
| Parameter | Type | Default | Details |
|---|---|---|---|
binaryDataKey |
string | "data" | |
summarizationMethodAndPrompts |
fixedCollection | {...} | groups: values |
batching |
collection | {} | keys: batchSize, delayBetweenBatches |