Share via


MemoryStoreDefaultDefinition interface

Default memory store implementation.

Extends

Properties

chat_model

The name or identifier of the chat completion model deployment used for memory processing.

embedding_model

The name or identifier of the embedding model deployment used for memory processing.

kind

The kind of the memory store.

options

Default memory store options.

Property Details

chat_model

The name or identifier of the chat completion model deployment used for memory processing.

chat_model: string

Property Value

string

embedding_model

The name or identifier of the embedding model deployment used for memory processing.

embedding_model: string

Property Value

string

kind

The kind of the memory store.

kind: "default"

Property Value

"default"

options

Default memory store options.

options?: MemoryStoreDefaultOptions

Property Value