Comment on Launch HN: Chonkie (YC X25) – Open-Source Library for Advanced ChunkingComments−olavfosse1yVery cool!What's the story for chunking PDFs?We've been using Marker and handling markdown->chunks manually.−snyyOP1yPretty much what you described. Convert the PDF to Markdown, join content across pages so that its all one string, then chunk it. Our evals show this approach works best.
Comments
Very cool!
What's the story for chunking PDFs?
We've been using Marker and handling markdown->chunks manually.
Pretty much what you described. Convert the PDF to Markdown, join content across pages so that its all one string, then chunk it. Our evals show this approach works best.