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

callbacks?: Callbacks
inputKey?: string
k?: number
memory?: BaseMemory
metadata?: Record<string, unknown>
outputKey?: string
returnSourceDocuments?: boolean
tags?: string[]
verbose?: boolean

Generated using TypeDoc