01Provides self-hosted, vectorless RAG for PDF documents.
02Manages indexed documents, including listing, indexing, and deleting document indices.
030 GitHub stars
04Offloads all reasoning and analysis to Claude Code, eliminating LLM calls within the server.
05Extracts page content locally from PDFs using `poppler-utils` (`pdftotext`).
06Generates a hierarchical PageIndex tree for documents using a one-time OpenAI API call.