io.helidon.integrations.langchain4j.providers.oracle.OracleEmbeddingStoreConfig
Description
Configuration for LangChain4j model OracleEmbeddingStore
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
data- | Data | Configures a data source that connects to an Oracle Database | |
data- | Boolean | true | Whether to enable automatic service discovery for data- |
embedding- | Embedding | 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- | Boolean | Generated from dev. | |
ivf- | List< | IVFIndex allows configuring an Inverted File Flat (IVF) index on the embedding column of the Embedding | |
json- | List< | JSONIndex allows configuring a function-based index on one or several keys of the metadata column of the Embedding | |
oracle | Configuration for oracle | ||
vector- | Create | The vector index creation option, which defines behavior when creating the vector index |
Usages
See the manifest for all available types.