Uses of Interface
org.codelibs.fess.llm.LlmClient
Packages that use LlmClient
Package
Description
-
Uses of LlmClient in org.codelibs.fess.llm
Classes in org.codelibs.fess.llm that implement LlmClientModifier and TypeClassDescriptionclassAbstract base class for LLM client implementations.Fields in org.codelibs.fess.llm with type parameters of type LlmClientMethods in org.codelibs.fess.llm that return LlmClientModifier and TypeMethodDescriptionLlmClientManager.getClient()Gets the LLM client instance for the configured LLM type.LlmClientManager.getClients()Gets all registered LLM clients.Methods in org.codelibs.fess.llm with parameters of type LlmClient -
Uses of LlmClient in org.codelibs.fess.llm.gemini
Classes in org.codelibs.fess.llm.gemini that implement LlmClientModifier and TypeClassDescriptionclassLLM client implementation for Google Gemini API. -
Uses of LlmClient in org.codelibs.fess.llm.ollama
Classes in org.codelibs.fess.llm.ollama that implement LlmClient -
Uses of LlmClient in org.codelibs.fess.llm.openai
Classes in org.codelibs.fess.llm.openai that implement LlmClient