Uses of Annotation Interface
io.helidon.service.registry.Service.Named
Packages that use Service.Named
Package
Description
Provides integration with Cohere models.
Provides integration with Ollama models.
Provides integration with OpenAi models.
API required to define services, and to compile the code generated sources for Helidon Service Registry,
with a core service registry implementation (replacement for
ServiceLoader
).-
Uses of Service.Named in io.helidon.integrations.langchain4j.providers.cohere
Classes in io.helidon.integrations.langchain4j.providers.cohere with annotations of type Service.NamedModifier and TypeClassDescriptionclass
Factory for a configuredCohereEmbeddingModel
.class
Factory for a configuredCohereScoringModel
. -
Uses of Service.Named in io.helidon.integrations.langchain4j.providers.ollama
Classes in io.helidon.integrations.langchain4j.providers.ollama with annotations of type Service.NamedModifier and TypeClassDescriptionclass
Factory for a configuredOllamaChatModel
.class
Factory for a configuredOllamaEmbeddingModel
.class
Factory for a configuredOllamaLanguageModel
.class
Factory for a configuredOllamaStreamingChatModel
. -
Uses of Service.Named in io.helidon.integrations.langchain4j.providers.openai
Classes in io.helidon.integrations.langchain4j.providers.openai with annotations of type Service.NamedModifier and TypeClassDescriptionclass
Factory for a configuredOpenAiChatModel
.class
Factory for a configuredOpenAiEmbeddingModel
.class
Factory for a configuredOpenAiImageModel
.class
Factory for creating a configuredOpenAiLanguageModel
.class
Factory for creating a configuredOpenAiModerationModel
.class
Factory for creating a configuredOpenAiStreamingChatModel
. -
Uses of Service.Named in io.helidon.service.registry
Methods in io.helidon.service.registry with parameters of type Service.NamedModifier and TypeMethodDescriptionstatic Qualifier
Qualifier.createNamed
(Service.Named name) Creates aService.Named
qualifier.