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 class
CohereEmbeddingModelConfig.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 class
Generated 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 CohereEmbeddingModelConfig
CohereEmbeddingModelConfig.create()
Create a new instance with default values.static CohereEmbeddingModelConfig
Create 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.static dev.langchain4j.model.cohere.CohereEmbeddingModel
CohereEmbeddingModelFactory.create
(CohereEmbeddingModelConfig config) Create the Cohere model from its configuration.CohereEmbeddingModelConfig.BuilderBase.from
(CohereEmbeddingModelConfig prototype) Update this builder from an existing prototype instance.