Chain to use to combine results of applying llm_chain to documents.
LLM Wrapper to use after formatting documents
Optional
callbackUse callbacks
instead
Optional
callbacksOptional
documentVariable name in the LLM chain to put the documents in
Optional
ensureEnsures that the map step is taken regardless of max tokens
Optional
inputOptional
maxThe maximum number of iterations to run through the map
Optional
maxThe maximum number of tokens before requiring to do the reduction
Optional
memoryOptional
metadataOptional
returnReturn the results of the map steps in the output.
Optional
tagsOptional
verboseGenerated using TypeDoc
Interface for the input properties of the MapReduceDocumentsChain class.