Uses of Interface
dev.langchain4j.store.memory.chat.ChatMemoryStore
Package
Description
-
Uses of ChatMemoryStore in dev.langchain4j.memory.chat
Modifier and TypeMethodDescriptionMessageWindowChatMemory.Builder.chatMemoryStore
(ChatMemoryStore store) TokenWindowChatMemory.Builder.chatMemoryStore
(ChatMemoryStore store) -
Uses of ChatMemoryStore in dev.langchain4j.store.memory.chat
Modifier and TypeClassDescriptionclass
Implementation ofChatMemoryStore
that stores state ofChatMemory
(chat messages) in-memory. -
Uses of ChatMemoryStore in dev.langchain4j.store.memory.chat.cassandra
Modifier and TypeClassDescriptionclass
Implementation ofChatMemoryStore
using Astra DB Vector Search. -
Uses of ChatMemoryStore in dev.langchain4j.store.memory.chat.coherence
Modifier and TypeClassDescriptionclass
AChatMemoryStore
backed by an Oracle Coherence named map. -
Uses of ChatMemoryStore in dev.langchain4j.store.memory.chat.redis
-
Uses of ChatMemoryStore in dev.langchain4j.store.memory.chat.tablestore