Interface RetrievalQAChainInput

Interface for the input parameters of the RetrievalQAChain class.

Hierarchy

Implemented by

Properties

combineDocumentsChain: BaseChain<ChainValues, ChainValues>
retriever: BaseRetriever
callbackManager?: CallbackManager

Deprecated

Use callbacks instead

callbacks?: Callbacks
inputKey?: string
metadata?: Record<string, unknown>
returnSourceDocuments?: boolean
tags?: string[]
verbose?: boolean

Generated using TypeDoc