enrichment Strategy Configuration
suspend fun enrichmentStrategyConfiguration(value: Output<DataSourceEnrichmentStrategyConfigurationArgs>)
Parameters
value
The enrichment stategy used to provide additional context. For example, Neptune GraphRAG uses Amazon Bedrock foundation models to perform chunk entity extraction.
suspend fun enrichmentStrategyConfiguration(argument: suspend DataSourceEnrichmentStrategyConfigurationArgsBuilder.() -> Unit)
Parameters
argument
The enrichment stategy used to provide additional context. For example, Neptune GraphRAG uses Amazon Bedrock foundation models to perform chunk entity extraction.