Package org.springframework.ai.chat.memory.cassandra
package org.springframework.ai.chat.memory.cassandra
-
ClassDescriptionCreate a CassandraChatMemory like
CassandraChatMemory.create(CassandraChatMemoryConfig.builder().withTimeToLive(Duration.ofDays(1)).build());
For example @see org.springframework.ai.chat.memory.cassandra.CassandraChatMemoryConfiguration for the Cassandra Chat Memory store.Given a string sessionId, return the value for each primary key column.