Class representing a toolkit for working with multiple vector stores. It initializes multiple vector store QA tools based on the provided vector store information and language model.

Hierarchy (view full)

Constructors

Properties

llm: BaseLanguageModelInterface<any, BaseLanguageModelCallOptions>
tools: ToolInterface<ZodObjectAny>[]
vectorStoreInfos: VectorStoreInfo[]

Methods

  • Returns StructuredToolInterface<ZodObjectAny>[]

""