Uses of Interface
io.helidon.integrations.langchain4j.providers.oracle.JsonIndexConfig
Packages that use JsonIndexConfig
Package
Description
Provides integration with Oracle embedding store.
-
Uses of JsonIndexConfig in io.helidon.integrations.langchain4j.providers.oracle
Classes in io.helidon.integrations.langchain4j.providers.oracle with type parameters of type JsonIndexConfigModifier and TypeClassDescriptionstatic class
JsonIndexConfig.BuilderBase<BUILDER extends JsonIndexConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends JsonIndexConfig> Fluent API builder base forJsonIndexConfig
.Classes in io.helidon.integrations.langchain4j.providers.oracle that implement JsonIndexConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.integrations.langchain4j.providers.oracle that return JsonIndexConfigModifier and TypeMethodDescriptionJsonIndexConfig.Builder.build()
JsonIndexConfig.Builder.buildPrototype()
static JsonIndexConfig
JsonIndexConfig.create()
Create a new instance with default values.static JsonIndexConfig
Deprecated.static JsonIndexConfig
Create a new instance from configuration.Methods in io.helidon.integrations.langchain4j.providers.oracle that return types with arguments of type JsonIndexConfigModifier and TypeMethodDescriptionOracleEmbeddingStoreConfig.BuilderBase.jsonIndex()
JSONIndex allows configuring a function-based index on one or several keys of the metadata column of theEmbeddingTable
.OracleEmbeddingStoreConfig.BuilderBase.OracleEmbeddingStoreConfigImpl.jsonIndex()
OracleEmbeddingStoreConfig.jsonIndex()
JSONIndex allows configuring a function-based index on one or several keys of the metadata column of theEmbeddingTable
.Methods in io.helidon.integrations.langchain4j.providers.oracle with parameters of type JsonIndexConfigModifier and TypeMethodDescriptionstatic JsonIndexConfig.Builder
JsonIndexConfig.builder
(JsonIndexConfig instance) Create a new fluent API builder from an existing instance.JsonIndexConfig.BuilderBase.from
(JsonIndexConfig prototype) Update this builder from an existing prototype instance.Method parameters in io.helidon.integrations.langchain4j.providers.oracle with type arguments of type JsonIndexConfigModifier and TypeMethodDescriptionOracleEmbeddingStoreConfig.BuilderBase.addJsonIndex
(List<? extends JsonIndexConfig> jsonIndex) JSONIndex allows configuring a function-based index on one or several keys of the metadata column of theEmbeddingTable
.OracleEmbeddingStoreConfig.BuilderBase.jsonIndex
(List<? extends JsonIndexConfig> jsonIndex) JSONIndex allows configuring a function-based index on one or several keys of the metadata column of theEmbeddingTable
.
create(io.helidon.config.Config)