AgentDataSourceVectorIngestionConfigurationChunkingConfigurationSemanticChunkingConfiguration

data class AgentDataSourceVectorIngestionConfigurationChunkingConfigurationSemanticChunkingConfiguration(val breakpointPercentileThreshold: Int, val bufferSize: Int, val maxToken: Int)

Constructors

constructor(breakpointPercentileThreshold: Int, bufferSize: Int, maxToken: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The dissimilarity threshold for splitting chunks.

Link copied to clipboard

The buffer size.

Link copied to clipboard

The maximum number of tokens a chunk can contain.