Interface VectorDBQAChainInput

Interface that extends the ChainInputs interface and defines the input fields required for a VectorDBQAChain. It includes properties such as vectorstore, combineDocumentsChain, returnSourceDocuments, k, and inputKey.

Hierarchy

Implemented by

Properties

combineDocumentsChain: BaseChain<ChainValues, ChainValues>
vectorstore: VectorStore
callbackManager?: CallbackManager

Deprecated

Use callbacks instead

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

Generated using TypeDoc