Interface ConversationalRetrievalQAChainInput

Interface for the input parameters of the ConversationalRetrievalQAChain class.

Hierarchy

Implemented by

Properties

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

⚠️ Deprecated ⚠️

Use callbacks instead

This feature is deprecated and will be removed in the future.

It is not recommended for use.

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

Generated using TypeDoc