Uses of Annotation Interface
io.helidon.service.registry.Service.Singleton
Packages that use Service.Singleton
Package
Description
Integration with Langchain4j.
Provides integration with Cohere models.
Provides integration with Ollama models.
Provides integration with OpenAi models.
-
Uses of Service.Singleton in io.helidon.integrations.langchain4j
Classes in io.helidon.integrations.langchain4j with annotations of type Service.SingletonModifier and TypeClassDescriptionclass
Factory for embedding store content retrievers. -
Uses of Service.Singleton in io.helidon.integrations.langchain4j.providers.cohere
Classes in io.helidon.integrations.langchain4j.providers.cohere with annotations of type Service.SingletonModifier and TypeClassDescriptionclass
Factory for a configuredCohereEmbeddingModel
.class
Factory for a configuredCohereScoringModel
. -
Uses of Service.Singleton in io.helidon.integrations.langchain4j.providers.ollama
Classes in io.helidon.integrations.langchain4j.providers.ollama with annotations of type Service.SingletonModifier and TypeClassDescriptionclass
Factory for a configuredOllamaChatModel
.class
Factory for a configuredOllamaEmbeddingModel
.class
Factory for a configuredOllamaLanguageModel
.class
Factory for a configuredOllamaStreamingChatModel
. -
Uses of Service.Singleton in io.helidon.integrations.langchain4j.providers.openai
Classes in io.helidon.integrations.langchain4j.providers.openai with annotations of type Service.SingletonModifier 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
.