Interface OracleChatMemoryStoreConfiguration

All Superinterfaces:
io.micronaut.core.util.Toggleable

public interface OracleChatMemoryStoreConfiguration extends io.micronaut.core.util.Toggleable
Configuration for OracleChatMemoryStore.Builder.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final boolean
    OracleChatMemoryStore default value for enabled.
    static final String
    OracleChatMemoryStore configuration prefix.
    static final String
    OracleChatMemoryStore enabled configuration prefix.
  • Method Summary

    Modifier and Type
    Method
    Description
    @NonNull dev.langchain4j.store.memory.chat.oracle.OracleChatMemoryStore.Builder
     
    default boolean
     
  • Field Details

    • PREFIX

      static final String PREFIX
      OracleChatMemoryStore configuration prefix.
      See Also:
    • DEFAULT_ENABLED

      static final boolean DEFAULT_ENABLED
      OracleChatMemoryStore default value for enabled.
      See Also:
    • PROPERTY_ENABLED

      static final String PROPERTY_ENABLED
      OracleChatMemoryStore enabled configuration prefix.
      See Also:
  • Method Details

    • isEnabled

      default boolean isEnabled()
      Specified by:
      isEnabled in interface io.micronaut.core.util.Toggleable
    • getBuilder

      @NonNull dev.langchain4j.store.memory.chat.oracle.OracleChatMemoryStore.Builder getBuilder()
      Returns:
      Oracle Chat Memory Store builder