Table of Contents

Constructor AgentMemory

Namespace
LMKit.Agents
Assembly
LM-Kit.NET.dll

AgentMemory(LM)

Initializes a new instance of the AgentMemory class using the specified language model.

The provided language model is used to initialize the underlying RAG engine, which is essential for both storing and retrieving text partitions.

public AgentMemory(LM embeddingModel)

Parameters

embeddingModel LM

The language model (embeddings model) that configures the underlying retrieval engine.