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