langchain.js
    Preparing search index...

    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 Summary)

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      Returns VectorStoreRouterToolkit

    Properties

    llm: BaseLanguageModelInterface
    tools: ToolInterface[]
    vectorStoreInfos: VectorStoreInfo[]