Properties
combineDocumentsChain
combineDocumentsChain: BaseChain<ChainValues, ChainValues> questionGeneratorChain
questionGeneratorChain: LLMChain<string, LLMType> retriever
retriever: BaseRetrieverInterface<Record<string, any>>
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.