Represents the parameters for creating a MapReduceQAChain.

interface MapReduceQAChainParams {
    combineLLM?: any;
    combineMapPrompt?: any;
    combinePrompt?: any;
    returnIntermediateSteps?: boolean;
    verbose?: boolean;
}

Properties

combineLLM?: any
combineMapPrompt?: any
combinePrompt?: any
returnIntermediateSteps?: boolean
verbose?: boolean

Generated using TypeDoc