Class CassandraChatMemoryProperties
java.lang.Object
org.springframework.ai.autoconfigure.chat.memory.CommonChatMemoryProperties
org.springframework.ai.autoconfigure.chat.memory.cassandra.CassandraChatMemoryProperties
@ConfigurationProperties("spring.ai.chat.memory.cassandra")
public class CassandraChatMemoryProperties
extends CommonChatMemoryProperties
Configuration properties for Cassandra chat memory.
- Since:
- 1.0.0
- Author:
- Mick Semb Wever, Jihoon Kim
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTable()
void
setAssistantColumn
(String assistantColumn) void
setKeyspace
(String keyspace) void
void
setTimeToLive
(Duration timeToLive) void
setUserColumn
(String userColumn) Methods inherited from class org.springframework.ai.autoconfigure.chat.memory.CommonChatMemoryProperties
isInitializeSchema, setInitializeSchema
-
Field Details
-
CONFIG_PREFIX
- See Also:
-
-
Constructor Details
-
CassandraChatMemoryProperties
public CassandraChatMemoryProperties()
-
-
Method Details
-
getKeyspace
-
setKeyspace
-
getTable
-
setTable
-
getAssistantColumn
-
setAssistantColumn
-
getUserColumn
-
setUserColumn
-
getTimeToLive
-
setTimeToLive
-