Uses of Interface
io.helidon.integrations.langchain4j.providers.oracle.IvfIndexConfig
Packages that use IvfIndexConfig
Package
Description
Provides integration with Oracle embedding store.
-
Uses of IvfIndexConfig in io.helidon.integrations.langchain4j.providers.oracle
Classes in io.helidon.integrations.langchain4j.providers.oracle with type parameters of type IvfIndexConfigModifier and TypeClassDescriptionstatic classIvfIndexConfig.BuilderBase<BUILDER extends IvfIndexConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends IvfIndexConfig> Fluent API builder base forIvfIndexConfig.Classes in io.helidon.integrations.langchain4j.providers.oracle that implement IvfIndexConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.integrations.langchain4j.providers.oracle that return IvfIndexConfigModifier and TypeMethodDescriptionIvfIndexConfig.Builder.build()IvfIndexConfig.Builder.buildPrototype()static IvfIndexConfigIvfIndexConfig.create()Create a new instance with default values.static IvfIndexConfigDeprecated.static IvfIndexConfigCreate a new instance from configuration.Methods in io.helidon.integrations.langchain4j.providers.oracle that return types with arguments of type IvfIndexConfigModifier and TypeMethodDescriptionOracleEmbeddingStoreConfig.BuilderBase.ivfIndex()IVFIndex allows configuring an Inverted File Flat (IVF) index on the embedding column of theEmbeddingTable.OracleEmbeddingStoreConfig.BuilderBase.OracleEmbeddingStoreConfigImpl.ivfIndex()OracleEmbeddingStoreConfig.ivfIndex()IVFIndex allows configuring an Inverted File Flat (IVF) index on the embedding column of theEmbeddingTable.Methods in io.helidon.integrations.langchain4j.providers.oracle with parameters of type IvfIndexConfigModifier and TypeMethodDescriptionstatic IvfIndexConfig.BuilderIvfIndexConfig.builder(IvfIndexConfig instance) Create a new fluent API builder from an existing instance.IvfIndexConfig.BuilderBase.from(IvfIndexConfig prototype) Update this builder from an existing prototype instance.Method parameters in io.helidon.integrations.langchain4j.providers.oracle with type arguments of type IvfIndexConfigModifier and TypeMethodDescriptionOracleEmbeddingStoreConfig.BuilderBase.addIvfIndex(List<? extends IvfIndexConfig> ivfIndex) IVFIndex allows configuring an Inverted File Flat (IVF) index on the embedding column of theEmbeddingTable.OracleEmbeddingStoreConfig.BuilderBase.ivfIndex(List<? extends IvfIndexConfig> ivfIndex) IVFIndex allows configuring an Inverted File Flat (IVF) index on the embedding column of theEmbeddingTable.
create(io.helidon.config.Config)