Package-level declarations
Types
Link copied to clipboard
class KmemoAdvisor @JvmOverloads constructor(cache: SemanticCache, order: Int = 0, scope: (ChatClientRequest) -> String = { SemanticCache.DEFAULT_SCOPE }) : CallAdvisor, StreamAdvisor
A caching org.springframework.ai.chat.client.advisor.api.Advisor for Spring AI's ChatClient, backed by a SemanticCache.