From 76549185afcf544955fd1416cc70c0658a7a3b76 Mon Sep 17 00:00:00 2001 From: Matteo Casu Date: Sat, 30 Mar 2024 10:28:52 +0000 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 896ecc8..2eebcb2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -# rag + +# 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. - 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`