Uses of Interface
io.helidon.service.registry.Service.ServicesFactory
Packages that use Service.ServicesFactory
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.ServicesFactory in io.helidon.integrations.langchain4j.providers.cohere
Classes in io.helidon.integrations.langchain4j.providers.cohere that implement Service.ServicesFactoryModifier and TypeClassDescriptionclass
Factory for a configuredCohereEmbeddingModel
.class
Factory for a configuredCohereScoringModel
. -
Uses of Service.ServicesFactory in io.helidon.integrations.langchain4j.providers.ollama
Classes in io.helidon.integrations.langchain4j.providers.ollama that implement Service.ServicesFactoryModifier and TypeClassDescriptionclass
Factory for a configuredOllamaChatModel
.class
Factory for a configuredOllamaEmbeddingModel
.class
Factory for a configuredOllamaLanguageModel
.class
Factory for a configuredOllamaStreamingChatModel
. -
Uses of Service.ServicesFactory in io.helidon.integrations.langchain4j.providers.openai
Classes in io.helidon.integrations.langchain4j.providers.openai that implement Service.ServicesFactoryModifier 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.ServicesFactory in io.helidon.service.registry
Classes in io.helidon.service.registry that implement Service.ServicesFactoryModifier and TypeClassDescriptionstatic class
Wrapper for generated Service factories that implement aService.ServicesFactory
.Constructors in io.helidon.service.registry with parameters of type Service.ServicesFactoryModifierConstructorDescriptionprotected
Creates a new instance delegating service instantiation to the provided services factory.