OptionalmemoryReturn a json-like object representing this chain.
StaticdeserializeLoad a chain from a json-like object describing it.
StaticfromLLMCreates an instance of ChatVectorDBQAChain using a BaseLanguageModel and other options.
Instance of BaseLanguageModel used to generate a new question.
Instance of VectorStore used for vector operations.
(Optional) Additional options for creating the ChatVectorDBQAChain instance.
OptionalinputOptionalk?: numberOptionaloutputOptionalqaOptionalquestionOptionalreturnOptionalverbose?: booleanNew instance of ChatVectorDBQAChain.
Deprecated
use
ConversationalRetrievalQAChaininstead.