Package dev.langchain4j.service.memory
Class ChatMemoryService
java.lang.Object
dev.langchain4j.service.memory.ChatMemoryService
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionChatMemoryService
(ChatMemoryProvider chatMemoryProvider) ChatMemoryService
(ChatMemory chatMemory) -
Method Summary
Modifier and TypeMethodDescriptionvoid
clearAll()
evictChatMemory
(Object memoryId) getChatMemory
(Object memoryId) getOrCreateChatMemory
(Object memoryId)
-
Field Details
-
DEFAULT
- See Also:
-
-
Constructor Details
-
ChatMemoryService
-
ChatMemoryService
-
-
Method Details
-
getOrCreateChatMemory
-
getChatMemory
-
evictChatMemory
-
clearAll
public void clearAll() -
getChatMemoryIDs
-
getChatMemories
-