Package version:

Interface ContentUnderstandingSkillChunkingProperties

Controls the cardinality for chunking the content.

interface ContentUnderstandingSkillChunkingProperties {
    maximumLength?: number;
    overlapLength?: number;
    unit?: string;
}

Properties

maximumLength?: number

The maximum chunk length in characters. Default is 500.

overlapLength?: number

The length of overlap provided between two text chunks. Default is 0.

unit?: string

The unit of the chunk.