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 Details

  • Constructor Details

    • CassandraChatMemoryProperties

      public CassandraChatMemoryProperties()
  • Method Details

    • getKeyspace

      public String getKeyspace()
    • setKeyspace

      public void setKeyspace(String keyspace)
    • getTable

      public String getTable()
    • setTable

      public void setTable(String table)
    • getAssistantColumn

      public String getAssistantColumn()
    • setAssistantColumn

      public void setAssistantColumn(String assistantColumn)
    • getUserColumn

      public String getUserColumn()
    • setUserColumn

      public void setUserColumn(String userColumn)
    • getTimeToLive

      @Nullable public Duration getTimeToLive()
    • setTimeToLive

      public void setTimeToLive(Duration timeToLive)