Researchers

Feeding PDFs to the agent: local RAG in practice

Local PDF extraction + full-text doc index = paper Q&A without going to the cloud.

Kition Team·Jun 12, 2026·6 min read

Flow

  • Drop PDFs into Resources/papers/
  • Agent has a `pdf_extract` tool: extract body to a `.md` cache
  • Full-text index covers Notes + papers
  • On question: retrieve → match → answer citing exact paragraphs

When not to RAG

A short paper (<30K tokens) often does better fed in full; RAG shines across dozens / hundreds, not for one deep read.

Ready when you are.

Kition is a local-first AI workspace. Markdown documents, structured tables, and an AI agent — running on your own machine, against the model provider you choose.