Uses of Class
dev.langchain4j.store.embedding.oracle.JSONIndexBuilder
Packages that use JSONIndexBuilder
-
Uses of JSONIndexBuilder in dev.langchain4j.store.embedding.oracle
Methods in dev.langchain4j.store.embedding.oracle that return JSONIndexBuilderModifier and TypeMethodDescriptionJSONIndexBuilder.isBitmap
(boolean isBitmap) Specify BITMAP to indicate that index is to be created with a bitmap for each distinct key, rather than indexing each row separately.JSONIndexBuilder.isUnique
(boolean isUnique) Specify UNIQUE to indicate that the value of the column (or columns) upon which the index is based must be unique.static JSONIndexBuilder
Index.jsonIndexBuilder()
Creates a builder to configure a function-based index on one or several keys of the metadata column of theEmbeddingTable
.JSONIndexBuilder.key
(String key, Class<?> keyType, JSONIndexBuilder.Order order) Adds a column expression to the index expression that allows to index the value of a given key of the JSON column.