Description

Configuration for LangChain4j model OracleEmbeddingStore.

Usages

Configuration options

KeyKindTypeDefault ValueDescription
data-sourceVALUEj.s.DataSource Configures a data source that connects to an Oracle Database
data-source-discover-servicesVALUEBooleantrueWhether to enable automatic service discovery for data-source
embedding-tableVALUEi.h.i.l.p.o.EmbeddingTableConfig Configures a table used to store embeddings, text, and metadata
enabledVALUEBooleantrueIf set to false, OracleEmbeddingStore will not be available even if configured
exact-searchVALUEBoolean Generated from dev.langchain4j.store.embedding.oracle.OracleEmbeddingStore.Builder#exactSearch(boolean)
ivf-indexLISTi.h.i.l.p.o.IvfIndexConfig IVFIndex allows configuring an Inverted File Flat (IVF) index on the embedding column of the EmbeddingTable
json-indexLISTi.h.i.l.p.o.JsonIndexConfig JSONIndex allows configuring a function-based index on one or several keys of the metadata column of the EmbeddingTable
vector-indexVALUEd.l.s.e.o.CreateOption The vector index creation option, which defines behavior when creating the vector index

See the manifest for all available types.