Uses of Class
io.helidon.integrations.langchain4j.InMemoryEmbeddingStoreConfig.BuilderBase
Packages that use InMemoryEmbeddingStoreConfig.BuilderBase
-
Uses of InMemoryEmbeddingStoreConfig.BuilderBase in io.helidon.integrations.langchain4j
Classes in io.helidon.integrations.langchain4j with type parameters of type InMemoryEmbeddingStoreConfig.BuilderBaseModifier and TypeClassDescriptionstatic classInMemoryEmbeddingStoreConfig.BuilderBase<BUILDER extends InMemoryEmbeddingStoreConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends InMemoryEmbeddingStoreConfig> Fluent API builder base forInMemoryEmbeddingStoreConfig.Modifier and TypeClassDescriptionstatic classFluent API builder forInMemoryEmbeddingStoreConfig.Methods in io.helidon.integrations.langchain4j with parameters of type InMemoryEmbeddingStoreConfig.BuilderBaseModifier and TypeMethodDescriptionInMemoryEmbeddingStoreConfig.BuilderBase.from(InMemoryEmbeddingStoreConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.integrations.langchain4j with parameters of type InMemoryEmbeddingStoreConfig.BuilderBaseModifierConstructorDescriptionprotectedCreate an instance providing a builder.