Uses of Class
dev.langchain4j.store.embedding.oracle.EmbeddingTable.Builder
-
Uses of EmbeddingTable.Builder in dev.langchain4j.store.embedding.oracle
Modifier and TypeMethodDescriptionstatic EmbeddingTable.Builder
EmbeddingTable.builder()
Returns a builder that configures a new EmbeddingTable.EmbeddingTable.Builder.createOption
(CreateOption createOption) Configures the option to create (or not create) a table.EmbeddingTable.Builder.embeddingColumn
(String embeddingColumn) Configures the name of a column which stores an embedding.Configures the name of a column which stores an id.EmbeddingTable.Builder.metadataColumn
(String metadataColumn) Configures the name of a column which stores metadata.Configures the name of a table where embeddings are stored and retrieved from.EmbeddingTable.Builder.textColumn
(String textColumn) Configures the name of a column which stores text.