Uses of Interface
io.helidon.integrations.langchain4j.providers.jlama.JlamaEmbeddingModelConfig
Packages that use JlamaEmbeddingModelConfig
Package
Description
Provides integration with Jlama models.
-
Uses of JlamaEmbeddingModelConfig in io.helidon.integrations.langchain4j.providers.jlama
Classes in io.helidon.integrations.langchain4j.providers.jlama with type parameters of type JlamaEmbeddingModelConfigModifier and TypeClassDescriptionstatic classJlamaEmbeddingModelConfig.BuilderBase<BUILDER extends JlamaEmbeddingModelConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends JlamaEmbeddingModelConfig> Fluent API builder base forJlamaEmbeddingModelConfig.Classes in io.helidon.integrations.langchain4j.providers.jlama that implement JlamaEmbeddingModelConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.integrations.langchain4j.providers.jlama that return JlamaEmbeddingModelConfigModifier and TypeMethodDescriptionJlamaEmbeddingModelConfig.Builder.build()JlamaEmbeddingModelConfig.Builder.buildPrototype()static JlamaEmbeddingModelConfigJlamaEmbeddingModelConfig.create()Create a new instance with default values.static JlamaEmbeddingModelConfigDeprecated.static JlamaEmbeddingModelConfigCreate a new instance from configuration.Methods in io.helidon.integrations.langchain4j.providers.jlama with parameters of type JlamaEmbeddingModelConfigModifier and TypeMethodDescriptionJlamaEmbeddingModelConfig.builder(JlamaEmbeddingModelConfig instance) Create a new fluent API builder from an existing instance.JlamaEmbeddingModelConfig.BuilderBase.from(JlamaEmbeddingModelConfig prototype) Update this builder from an existing prototype instance.
create(io.helidon.config.Config)