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

  • BaseToolkit
    • VectorStoreRouterToolkit

Constructors

Properties

Constructors

Properties

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

Generated using TypeDoc