Uses of Interface
io.helidon.integrations.langchain4j.providers.coherence.CoherenceEmbeddingStoreConfig
Packages that use CoherenceEmbeddingStoreConfig
Package
Description
Provides integration with Coherence embedding store.
-
Uses of CoherenceEmbeddingStoreConfig in io.helidon.integrations.langchain4j.providers.coherence
Classes in io.helidon.integrations.langchain4j.providers.coherence with type parameters of type CoherenceEmbeddingStoreConfigModifier and TypeClassDescriptionstatic classCoherenceEmbeddingStoreConfig.BuilderBase<BUILDER extends CoherenceEmbeddingStoreConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends CoherenceEmbeddingStoreConfig> Fluent API builder base forCoherenceEmbeddingStoreConfig.Classes in io.helidon.integrations.langchain4j.providers.coherence that implement CoherenceEmbeddingStoreConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.integrations.langchain4j.providers.coherence that return CoherenceEmbeddingStoreConfigModifier and TypeMethodDescriptionCoherenceEmbeddingStoreConfig.Builder.build()CoherenceEmbeddingStoreConfig.Builder.buildPrototype()CoherenceEmbeddingStoreConfig.create()Create a new instance with default values.Deprecated.Create a new instance from configuration.Methods in io.helidon.integrations.langchain4j.providers.coherence with parameters of type CoherenceEmbeddingStoreConfigModifier and TypeMethodDescriptionCoherenceEmbeddingStoreConfig.builder(CoherenceEmbeddingStoreConfig instance) Create a new fluent API builder from an existing instance.CoherenceEmbeddingStoreConfig.BuilderBase.from(CoherenceEmbeddingStoreConfig prototype) Update this builder from an existing prototype instance.
create(io.helidon.config.Config)