Interface ChatVectorDBQAChainInput

Interface for the input parameters of the ChatVectorDBQAChain class.

Hierarchy

Implemented by

Properties

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

Deprecated

Use callbacks instead

inputKey?: string
k?: number
memory?: BaseMemory
outputKey?: string
returnSourceDocuments?: boolean

Generated using TypeDoc