Uses of Interface
io.helidon.integrations.langchain4j.providers.cohere.CohereEmbeddingModelConfig
Packages that use CohereEmbeddingModelConfig
Package
Description
Provides integration with Cohere models.
-
Uses of CohereEmbeddingModelConfig in io.helidon.integrations.langchain4j.providers.cohere
Classes in io.helidon.integrations.langchain4j.providers.cohere with type parameters of type CohereEmbeddingModelConfigModifier and TypeClassDescriptionstatic classCohereEmbeddingModelConfig.BuilderBase<BUILDER extends CohereEmbeddingModelConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends CohereEmbeddingModelConfig> Fluent API builder base forCohereEmbeddingModelConfig.Classes in io.helidon.integrations.langchain4j.providers.cohere that implement CohereEmbeddingModelConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.integrations.langchain4j.providers.cohere that return CohereEmbeddingModelConfigModifier and TypeMethodDescriptionCohereEmbeddingModelConfig.Builder.build()CohereEmbeddingModelConfig.Builder.buildPrototype()static CohereEmbeddingModelConfigCohereEmbeddingModelConfig.create()Create a new instance with default values.static CohereEmbeddingModelConfigDeprecated.static CohereEmbeddingModelConfigCreate a new instance from configuration.Methods in io.helidon.integrations.langchain4j.providers.cohere with parameters of type CohereEmbeddingModelConfigModifier and TypeMethodDescriptionCohereEmbeddingModelConfig.builder(CohereEmbeddingModelConfig instance) Create a new fluent API builder from an existing instance.CohereEmbeddingModelConfig.BuilderBase.from(CohereEmbeddingModelConfig prototype) Update this builder from an existing prototype instance.
create(io.helidon.config.Config)