Interface VectorStoreInfo

Interface that defines the information about a vector store, including the vector store itself, its name, and description.

Hierarchy

  • VectorStoreInfo

Properties

description: string
name: string
vectorStore: VectorStoreInterface

Generated using TypeDoc