Uses of Enum Class
dev.langchain4j.store.embedding.oracle.CreateOption
Packages that use CreateOption
-
Uses of CreateOption in dev.langchain4j.store.embedding.oracle
Methods in dev.langchain4j.store.embedding.oracle that return CreateOptionModifier and TypeMethodDescriptionstatic CreateOption
Returns the enum constant of this class with the specified name.static CreateOption[]
CreateOption.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.langchain4j.store.embedding.oracle with parameters of type CreateOptionModifier and TypeMethodDescriptionEmbeddingTable.Builder.createOption
(CreateOption createOption) Configures the option to create (or not create) a table.OracleEmbeddingStore.Builder.embeddingTable
(String tableName, CreateOption createOption) Configures the name of table used to store embeddings, text, and metadata.OracleEmbeddingStore.Builder.vectorIndex
(CreateOption createOption) Configures the creation of an index on the embedding column of theEmbeddingTable
used by the embedding store.