Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyPDFLibrary

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.

Common Commands

pdflib start        # Start the Ollama Server
pdflib add          # Add PDF
pdflib ask          # Query the RAG database
pdflib stop         # Stop the Ollama Server

Ask a question about everything in the library:

pdflib ask "Is hierarchical division a greedy algorithm?"

About

A CLI RAG application over PDF files using Ollama

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages