chunking Configuration
suspend fun chunkingConfiguration(value: Output<KnowledgeBaseVectorIngestionConfigurationChunkingConfigurationPropertiesArgs>)
suspend fun chunkingConfiguration(value: KnowledgeBaseVectorIngestionConfigurationChunkingConfigurationPropertiesArgs?)
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.
suspend fun chunkingConfiguration(argument: suspend KnowledgeBaseVectorIngestionConfigurationChunkingConfigurationPropertiesArgsBuilder.() -> 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.