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