Skip to content

anujverma000/pdf-query-rag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pdf-query-rag

Read and Query PDF using RAG

Since this is using local ollama embeddings, you need to have ollama installed and running.

Also pull phi4 model.

  1. place you pdf file in the data directory
  2. run the following command to populate the chroma db
python rag.py
  1. run the following command to query the pdf
python query.py "<query>"

About

Read and Query PDF using RAG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages