Uses of Package
org.springframework.ai.chat.memory
Package
Description
Provides classes for advising chat clients.
-
ClassDescriptionCreate a CassandraChatMemory like
CassandraChatMemory.create(CassandraChatMemoryConfig.builder().withTimeToLive(Duration.ofDays(1)).build());
For example @see org.springframework.ai.chat.memory.CassandraChatMemory -
ClassDescriptionThe ChatMemory interface represents a storage for chat conversation history.
-
ClassDescriptionCreate a CassandraChatMemory like
CassandraChatMemory.create(CassandraChatMemoryConfig.builder().withTimeToLive(Duration.ofDays(1)).build());
For example @see org.springframework.ai.chat.memory.CassandraChatMemoryConfiguration for the Cassandra Chat Memory store.Given a string sessionId, return the value for each primary key column.The ChatMemory interface represents a storage for chat conversation history.