v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js - v0.2.10
LangChain.js
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
combineLLM?
combine
Map
Prompt?
combine
Prompt?
return
Intermediate
Steps?
verbose?
Properties
Optional
combineLLM
combineLLM
?:
any
Optional
combine
Map
Prompt
combine
Map
Prompt
?:
any
Optional
combine
Prompt
combine
Prompt
?:
any
Optional
return
Intermediate
Steps
return
Intermediate
Steps
?:
boolean
Optional
verbose
verbose
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
combineLLM
combine
Map
Prompt
combine
Prompt
return
Intermediate
Steps
verbose
LangChain.js - v0.2.10
Loading...
Represents the parameters for creating a MapReduceQAChain.