Data Source Semantic Chunking Configuration
data class DataSourceSemanticChunkingConfiguration(val breakpointPercentileThreshold: Int, val bufferSize: Int, val maxTokens: Int)
Configurations for when you choose semantic chunking. If you set the chunkingStrategy as NONE, exclude this field.