Skip to content

Overview / VectorMemory

VectorMemory

Properties

PropertyType
collectionsVectorMemoryCollections

Accessors

db

get db(): QdrantClient

Gets the vector database.

Returns

QdrantClient

Methods

getInstance()

static getInstance(params): Promise<VectorMemory>

Get the Vector Memory instance

Parameters

ParameterType
paramsVectorMemoryConfig

Returns

Promise<VectorMemory>

The Vector Memory class as a singleton

Released under the GPL-3.0 License.