io.helidon.integrations.langchain4j.providers.oracle.OracleEmbeddingStoreConfig
Description
Configuration for LangChain4j model OracleEmbeddingStore
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
data-source | DataSource | Configures a data source that connects to an Oracle Database | |
data-source-discover-services | Boolean | true | Whether to enable automatic service discovery for data-source |
embedding-table | EmbeddingTableConfig | Configures a table used to store embeddings, text, and metadata | |
enabled | Boolean | true | If set to false, OracleEmbeddingStore will not be available even if configured |
exact-search | Boolean | Generated from dev.langchain4j.store.embedding.oracle.OracleEmbeddingStore.Builder#exactSearch(boolean) | |
ivf-index | List<IvfIndexConfig> | IVFIndex allows configuring an Inverted File Flat (IVF) index on the embedding column of the EmbeddingTable | |
json-index | List<JsonIndexConfig> | JSONIndex allows configuring a function-based index on one or several keys of the metadata column of the EmbeddingTable | |
oracle | Configuration for oracle | ||
vector-index | CreateOption | The vector index creation option, which defines behavior when creating the vector index |
Usages
See the manifest for all available types.