KnowledgeBaseSemanticChunkingConfiguration

data class KnowledgeBaseSemanticChunkingConfiguration(val breakpointPercentileThreshold: Double, val bufferSize: Double, val maxTokens: Double)

Constructors

constructor(breakpointPercentileThreshold: Double, bufferSize: Double, maxTokens: Double)

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 that a chunk can contain.