KnowledgeBaseFixedSizeChunkingConfiguration

data class KnowledgeBaseFixedSizeChunkingConfiguration(val maxTokens: Double, val overlapPercentage: Double)

Constructors

constructor(maxTokens: Double, overlapPercentage: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The maximum number of tokens to include in a chunk.

Link copied to clipboard

The percentage of overlap between adjacent chunks of a data source.