Description
Configuration for LangChain4j model OracleEmbeddingStore.
Usages
Configuration options
| Key | Kind | Type | Default Value | Description |
|---|---|---|---|---|
data-source | VALUE | j.s.DataSource | Configures a data source that connects to an Oracle Database | |
data-source-discover-services | VALUE | Boolean | true | Whether to enable automatic service discovery for data-source |
embedding-table | VALUE | i.h.i.l.p.o.EmbeddingTableConfig | Configures a table used to store embeddings, text, and metadata | |
enabled | VALUE | Boolean | true | If set to false, OracleEmbeddingStore will not be available even if configured |
exact-search | VALUE | Boolean | Generated from dev.langchain4j.store.embedding.oracle.OracleEmbeddingStore.Builder#exactSearch(boolean) | |
ivf-index | LIST | i.h.i.l.p.o.IvfIndexConfig | IVFIndex allows configuring an Inverted File Flat (IVF) index on the embedding column of the EmbeddingTable | |
json-index | LIST | i.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-index | VALUE | d.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.