chunkingConfiguration

@JvmName(name = "vklwqeafmqputcvg")
suspend fun chunkingConfiguration(value: Output<DataSourceChunkingConfigurationArgs>)
@JvmName(name = "ummgawmkkncnjvlc")
suspend fun chunkingConfiguration(value: DataSourceChunkingConfigurationArgs?)

Parameters

value

Details about how to chunk the documents in the data source. A chunk refers to an excerpt from a data source that is returned when the knowledge base that it belongs to is queried.


@JvmName(name = "dmponwwrocjxqjvd")
suspend fun chunkingConfiguration(argument: suspend DataSourceChunkingConfigurationArgsBuilder.() -> Unit)

Parameters

argument

Details about how to chunk the documents in the data source. A chunk refers to an excerpt from a data source that is returned when the knowledge base that it belongs to is queried.