Comment by olavfosse
8 days ago
Very cool!
What's the story for chunking PDFs?
We've been using Marker and handling markdown->chunks manually.
8 days ago
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.