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

inputKey?: string
k?: number
returnSourceDocuments?: boolean

Generated using TypeDoc