Package dev.langchain4j.store.memory.chat
See: Description
-
Interface Summary Interface Description ChatMemoryStore Represents a store for the ChatMemory state. -
Class Summary Class Description InMemoryChatMemoryStore Implementation of ChatMemoryStore that stores state of dev.langchain4j.memory.ChatMemory (chat messages) in-memory.