Live data from Hacker News

Why Your Chunking Strategy Makes or Breaks Your AI System

medium.com

1–4 of 4 posts

Re: Why Your Chunking Strategy Makes or Breaks Your AI System

#4
IMHO, your article is missing an important point: 90% of implementations today flatten documents to plain text before chunking them. Why not consider the visual appearance that the human gave to the document? Using layout information combined with semantics, you can increase rag performances by +160% (tested via benchmarks), so why do most of us only use text?

Note: multimodal ≠ layout