Properties
combineDocumentsChain
combineDocumentsChain: BaseChain<ChainValues, ChainValues>
questionGeneratorChain
questionGeneratorChain: LLMChain<string, LLMType>
retriever
retriever: BaseRetriever
Optional
callbackManager
callbackManager?: CallbackManager
Optional
inputKey
inputKey?: string
Optional
memory
memory?: BaseMemory
Optional
returnGeneratedQuestion
returnGeneratedQuestion?: boolean
Optional
returnSourceDocuments
returnSourceDocuments?: boolean
Interface for the input parameters of the ConversationalRetrievalQAChain class.