Uses of Enum Class
dev.langchain4j.store.embedding.oracle.CreateOption
-
Uses of CreateOption in dev.langchain4j.store.embedding.oracle
Modifier 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.Modifier 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.