Interface ConversationalRetrievalQAChainInput

Interface for the input parameters of the ConversationalRetrievalQAChain class.

Hierarchy

Implemented by

Properties

combineDocumentsChain: BaseChain<ChainValues, ChainValues>
questionGeneratorChain: LLMChain<string, LLMType>
retriever: BaseRetriever
callbackManager?: CallbackManager

Deprecated

Use callbacks instead

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

Generated using TypeDoc