chunking Configuration
suspend fun chunkingConfiguration(value: Output<AgentDataSourceVectorIngestionConfigurationChunkingConfigurationArgs>)
suspend fun chunkingConfiguration(value: AgentDataSourceVectorIngestionConfigurationChunkingConfigurationArgs?)
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. See chunking_configuration
block for details.
suspend fun chunkingConfiguration(argument: suspend AgentDataSourceVectorIngestionConfigurationChunkingConfigurationArgsBuilder.() -> 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. See chunking_configuration
block for details.