Chain to use to combine results of applying llm_chain to documents.
LLM Wrapper to use after formatting documents
Optional
callbackOptional
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
returnReturn the results of the map steps in the output.
Interface for the input properties of the MapReduceDocumentsChain class.