Uses of Package
org.springframework.ai.chat.memory
Packages that use org.springframework.ai.chat.memory
Package
Description
Provides classes for advising chat clients.
-
Classes in org.springframework.ai.chat.memory used by org.springframework.ai.autoconfigure.chat.memory.cassandraClassDescriptionCreate a CassandraChatMemory like
CassandraChatMemory.create(CassandraChatMemoryConfig.builder().withTimeToLive(Duration.ofDays(1)).build());
For example @see org.springframework.ai.chat.memory.CassandraChatMemory -
Classes in org.springframework.ai.chat.memory used by org.springframework.ai.chat.client.advisorClassDescriptionThe ChatMemory interface represents a storage for chat conversation history.
-
Classes in org.springframework.ai.chat.memory used by org.springframework.ai.chat.memoryClassDescriptionCreate 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.