Class VectorStore<Metadata>Abstract

Abstract class representing a store of vectors. Provides methods for adding vectors and documents, deleting from the store, and searching the store.

Type Parameters

  • Metadata extends Record<string, any> = Record<string, any>

Hierarchy (view full)

Implements

Constructors

Properties

FilterType: string | object

Methods

Generated using TypeDoc