Hacker News new | ask | show | jobs
by olavfosse 369 days ago
Very cool!

What's the story for chunking PDFs?

We've been using Marker and handling markdown->chunks manually.

1 comments

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.