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