Constructor AgentMemory
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
LMThe language model (embeddings model) that configures the underlying retrieval engine.