Uses of Class
io.helidon.integrations.langchain4j.providers.cohere.CohereEmbeddingModelConfig.BuilderBase
Packages that use CohereEmbeddingModelConfig.BuilderBase
Package
Description
Provides integration with Cohere models.
-
Uses of CohereEmbeddingModelConfig.BuilderBase in io.helidon.integrations.langchain4j.providers.cohere
Classes in io.helidon.integrations.langchain4j.providers.cohere with type parameters of type CohereEmbeddingModelConfig.BuilderBaseModifier and TypeClassDescriptionstatic class
CohereEmbeddingModelConfig.BuilderBase<BUILDER extends CohereEmbeddingModelConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends CohereEmbeddingModelConfig> Fluent API builder base forCohereEmbeddingModelConfig
.Subclasses of CohereEmbeddingModelConfig.BuilderBase in io.helidon.integrations.langchain4j.providers.cohereMethods in io.helidon.integrations.langchain4j.providers.cohere with parameters of type CohereEmbeddingModelConfig.BuilderBaseModifier and TypeMethodDescriptionCohereEmbeddingModelConfig.BuilderBase.from
(CohereEmbeddingModelConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.integrations.langchain4j.providers.cohere with parameters of type CohereEmbeddingModelConfig.BuilderBaseModifierConstructorDescriptionprotected
Create an instance providing a builder.