context Enrichment Configuration
suspend fun contextEnrichmentConfiguration(value: Output<DataSourceContextEnrichmentConfigurationArgs>)
Parameters
value
The context enrichment configuration used for ingestion of the data into the vector store.
suspend fun contextEnrichmentConfiguration(argument: suspend DataSourceContextEnrichmentConfigurationArgsBuilder.() -> Unit)
Parameters
argument
The context enrichment configuration used for ingestion of the data into the vector store.