Package-level declarations

Types

Link copied to clipboard
class CachingChatModel @JvmOverloads constructor(delegate: ChatModel, cache: SemanticCache, scope: (ChatRequest) -> String = { SemanticCache.DEFAULT_SCOPE }) : ChatModel

A LangChain4j ChatModel that puts a SemanticCache in front of another model.