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.

Deprecated

Switch to createRetrievalChain Will be removed in 0.2.0

Hierarchy

Implemented by

Properties

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

⚠️ Deprecated ⚠️

Use callbacks instead

This feature is deprecated and will be removed in the future.

It is not recommended for use.

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

Generated using TypeDoc