Uses of Enum Class
dev.langchain4j.store.embedding.oracle.CreateOption
Packages that use CreateOption
-
Uses of CreateOption in dev.langchain4j.store.embedding.oracle
Subclasses with type arguments of type CreateOption in dev.langchain4j.store.embedding.oracleModifier and TypeClassDescriptionenumOptions which configure the creation of database schema objects, such as tables and indexes.Methods in dev.langchain4j.store.embedding.oracle that return CreateOptionModifier and TypeMethodDescriptionstatic CreateOptionReturns 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 theEmbeddingTableused by the embedding store.