KnowledgeBaseFixedSizeChunkingConfigurationArgs

data class KnowledgeBaseFixedSizeChunkingConfigurationArgs(val maxTokens: Output<Double>, val overlapPercentage: Output<Double>) : ConvertibleToJava<KnowledgeBaseFixedSizeChunkingConfigurationArgs>

Constructors

constructor(maxTokens: Output<Double>, overlapPercentage: Output<Double>)

Properties

Link copied to clipboard
val maxTokens: Output<Double>

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.

Functions

Link copied to clipboard
open override fun toJava(): KnowledgeBaseFixedSizeChunkingConfigurationArgs