Uses of Class
io.helidon.integrations.langchain4j.providers.coherence.CoherenceEmbeddingStoreConfig.BuilderBase
Packages that use CoherenceEmbeddingStoreConfig.BuilderBase
Package
Description
Provides integration with Coherence embedding store.
-
Uses of CoherenceEmbeddingStoreConfig.BuilderBase in io.helidon.integrations.langchain4j.providers.coherence
Classes in io.helidon.integrations.langchain4j.providers.coherence with type parameters of type CoherenceEmbeddingStoreConfig.BuilderBaseModifier and TypeClassDescriptionstatic class
CoherenceEmbeddingStoreConfig.BuilderBase<BUILDER extends CoherenceEmbeddingStoreConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends CoherenceEmbeddingStoreConfig> Fluent API builder base forCoherenceEmbeddingStoreConfig
.Subclasses of CoherenceEmbeddingStoreConfig.BuilderBase in io.helidon.integrations.langchain4j.providers.coherenceModifier and TypeClassDescriptionstatic class
Fluent API builder forCoherenceEmbeddingStoreConfig
.Methods in io.helidon.integrations.langchain4j.providers.coherence with parameters of type CoherenceEmbeddingStoreConfig.BuilderBaseModifier and TypeMethodDescriptionCoherenceEmbeddingStoreConfig.BuilderBase.from
(CoherenceEmbeddingStoreConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.integrations.langchain4j.providers.coherence with parameters of type CoherenceEmbeddingStoreConfig.BuilderBaseModifierConstructorDescriptionprotected
Create an instance providing a builder.