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

inputKey?: string
memory?: BaseMemory
returnGeneratedQuestion?: boolean
returnSourceDocuments?: boolean

Generated using TypeDoc