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