Skip to content

mattecasu/rag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RAG over PDFs

This repo lets you index unstructured documents in a Chroma store, and then query them through an offline LLM served by Ollama. A simple UI is provided through streamlit.

Prerequisite

Run the app

  • run poetry run python3 rag/docs_rag/index.py to index PDFs into a Chroma index.
  • run the chat with poetry run streamlit run rag/docs_rag/docs_chat.py

Releases

No releases published

Packages

No packages published

Languages