Uses of Package
dev.langchain4j.store.embedding.oracle
Packages that use dev.langchain4j.store.embedding.oracle
-
Classes in dev.langchain4j.store.embedding.oracle used by dev.langchain4j.store.embedding.oracleClassDescriptionOptions which configure the creation of database schema objects, such as tables and indexes.Represents a database table where embeddings, text, and metadata are stored.A builder that configures and builds an
EmbeddingTable
.Represents a database index.This index builder allows to configure an Inverted File Flat index on the embedding column of theEmbeddingTable
.This index builder allows to configure indexes on one or several keys of the metadata column of theEmbeddingTable
.Use ASC or DESC to indicate whether the index should be created in ascending or descending order.AnEmbeddingStore
which uses AI Vector Search capabilities of Oracle Database.Builder which configures and creates instances ofOracleEmbeddingStore
.