Package-level declarations

Types

Link copied to clipboard
@AutoConfiguration
@EnableConfigurationProperties(value = [KmemoProperties::class])
open class KmemoAutoConfiguration

Auto-configures a SemanticCache bean the moment an Embedder bean is present.

Link copied to clipboard
@AutoConfiguration(after = [KmemoAutoConfiguration::class])
@ConditionalOnClass(name = ["dev.kmemo.micrometer.KmemoMetrics"])
open class KmemoMetricsAutoConfiguration

Wires kmemo's metrics into a Spring Boot app when kmemo-micrometer is on the classpath.

Link copied to clipboard
@ConfigurationProperties(prefix = "kmemo")
class KmemoProperties

Configuration for the auto-configured dev.kmemo.SemanticCache, bound from the kmemo.* properties.