/AWS1/CL_QQCHIERARCHICALCHUN00¶
Settings for hierarchical document chunking for a data source. Hierarchical chunking splits documents into layers of chunks where the first layer contains large chunks, and the second layer contains smaller chunks derived from the first layer.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_levelconfigurations TYPE /AWS1/CL_QQCHIERARCHICALCHUN01=>TT_HIERARCHICALCHUNKINGLEVEL00 TT_HIERARCHICALCHUNKINGLEVEL00¶
Token settings for each layer.
iv_overlaptokens TYPE /AWS1/QQCINTEGER /AWS1/QQCINTEGER¶
The number of tokens to repeat across chunks in the same layer.
Queryable Attributes¶
levelConfigurations¶
Token settings for each layer.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LEVELCONFIGURATIONS() |
Getter for LEVELCONFIGURATIONS, with configurable default |
ASK_LEVELCONFIGURATIONS() |
Getter for LEVELCONFIGURATIONS w/ exceptions if field has no |
HAS_LEVELCONFIGURATIONS() |
Determine if LEVELCONFIGURATIONS has a value |
overlapTokens¶
The number of tokens to repeat across chunks in the same layer.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OVERLAPTOKENS() |
Getter for OVERLAPTOKENS, with configurable default |
ASK_OVERLAPTOKENS() |
Getter for OVERLAPTOKENS w/ exceptions if field has no value |
HAS_OVERLAPTOKENS() |
Determine if OVERLAPTOKENS has a value |