QuestionQ17
Solution Design & ArchitectureYou are classifying chunking strategies by the corpus type to which each is best suited.
For each chunking strategy, select the applicable corpus type: “Long Structured Documents,” “Heterogeneous Short Records,” or “Code or Hierarchical Specs.”
Select
function-level or section-level chunking for code modules
tree-aware chunking that follows code or specification hierarchy
per-record chunking where each record is one chunk
semantic chunking along clause or paragraph boundaries
fixed-size chunking with overlap for short records of similar length
hierarchical chunking that mirrors document section structure
Community Discussion