Skip to content

io.helidon.integrations.langchain4j.providers.oracle.OracleEmbeddingStoreConfig

Description

Configuration for LangChain4j model OracleEmbeddingStore

Configuration options

KeyTypeDefaultDescription
data-sourceDataSourceConfigures a data source that connects to an Oracle Database
data-source-discover-servicesBooleantrueWhether to enable automatic service discovery for data-source
embedding-tableEmbeddingTableConfigConfigures a table used to store embeddings, text, and metadata
enabledBooleantrueIf set to false, OracleEmbeddingStore will not be available even if configured
exact-searchBooleanGenerated from dev.langchain4j.store.embedding.oracle.OracleEmbeddingStore.Builder#exactSearch(boolean)
ivf-indexList<IvfIndexConfig>IVFIndex allows configuring an Inverted File Flat (IVF) index on the embedding column of the EmbeddingTable
json-indexList<JsonIndexConfig>JSONIndex allows configuring a function-based index on one or several keys of the metadata column of the EmbeddingTable
oracleConfiguration for oracle
vector-indexCreateOptionThe vector index creation option, which defines behavior when creating the vector index

Usages


See the manifest for all available types.