Class InMemoryChatMemoryStore

java.lang.Object
dev.langchain4j.store.memory.chat.InMemoryChatMemoryStore
All Implemented Interfaces:
ChatMemoryStore

public class InMemoryChatMemoryStore extends Object implements ChatMemoryStore
Implementation of ChatMemoryStore that stores state of ChatMemory (chat messages) in-memory.

This storage mechanism is transient and does not persist data across application restarts.

  • Constructor Details

  • Method Details