langchain.js
Preparing search index...
langchain
chains
MapReduceQAChainParams
Interface MapReduceQAChainParams
Represents the parameters for creating a MapReduceQAChain.
interface
MapReduceQAChainParams
{
combineLLM
?:
any
;
combineMapPrompt
?:
any
;
combinePrompt
?:
any
;
returnIntermediateSteps
?:
boolean
;
verbose
?:
boolean
;
}
Index
Properties
combine
LLM?
combine
Map
Prompt?
combine
Prompt?
return
Intermediate
Steps?
verbose?
Properties
Optional
combine
LLM
combineLLM
?:
any
Optional
combine
Map
Prompt
combineMapPrompt
?:
any
Optional
combine
Prompt
combinePrompt
?:
any
Optional
return
Intermediate
Steps
returnIntermediateSteps
?:
boolean
Optional
verbose
verbose
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
combine
LLM
combine
Map
Prompt
combine
Prompt
return
Intermediate
Steps
verbose
langchain.js
Loading...
Represents the parameters for creating a MapReduceQAChain.