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 ask # Query the RAG database
pdflib stop # Stop the Ollama ServerAsk a question about everything in the library:
pdflib ask "Is hierarchical division a greedy algorithm?"