Anyone else sick of building half an automation just to clean up the input?
Maybe I’m doing this the dumb way, but I swear this keeps happening
I can get the LLM/agent part working pretty fast. Then the actual docs show up and now I’m screwing around with OCR, parsers, chunking, metadata, validation, weird PDFs, etc.
Feels like half the work has nothing to do with the LLM lol
I’ve been hacking on a way around it:
Drop in the raw stuff, say in normal English what you’re trying to do with it and what you want back, then let it handle the cleanup / chunking / tagging / validation.
Like:
“these are support docs, chunk them by section, keep the product + version metadata, flag anything sketchy, and give me clean JSON for RAG”
That’s basically the whole idea
Are you guys building this crap from scratch every time too, or is there a better way you’ve landed on?