Class CassandraChatMemory

java.lang.Object
org.springframework.ai.chat.memory.CassandraChatMemory
All Implemented Interfaces:
ChatMemory

public final class CassandraChatMemory extends Object implements ChatMemory
Create a CassandraChatMemory like CassandraChatMemory.create(CassandraChatMemoryConfig.builder().withTimeToLive(Duration.ofDays(1)).build()); For example @see org.springframework.ai.chat.memory.CassandraChatMemory
Since:
1.0.0
Author:
Mick Semb Wever