Chain to use to combine results of applying llm_chain to documents.
LLM Wrapper to use after formatting documents
Optional
callbackUse callbacks
instead
This feature is deprecated and will be removed in the future.
It is not recommended for use.
Optional
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.
Generated using TypeDoc
Interface for the input properties of the MapReduceDocumentsChain class.