Uses of Enum
dev.langchain4j.store.embedding.oracle.CreateOption
-
Uses of CreateOption in dev.langchain4j.store.embedding.oracle
Methods in dev.langchain4j.store.embedding.oracle that return CreateOptionModifier and TypeMethodDescriptionstatic CreateOptionReturns the enum constant of this type with the specified name.static CreateOption[]CreateOption.values()Returns an array containing the constants of this enum type, 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.