A CLI RAG application over your PDF library. It ingests PDFs, stores per-chunk embeddings in Chroma using local Ollama models, and lets you ask questions and search for the correct files locally.
pdflib start # Start the Ollama Server
pdflib add # Add PDF
pdflib stop # Stop the Ollama Server