summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/README.md b/README.md
index 3fd5569..aeabf5f 100644
--- a/README.md
+++ b/README.md
@@ -91,14 +91,6 @@ Run the web app with streamlit:
streamlit run rag/ui.py
```
-#### 6.5 Upload Multiple Documents
-
-To upload an entire directory (and subdirectories) of pdfs, simply run:
-
-```sh
-python rag/upload.py -d <PATH-TO-DIR-WITH-PDFS>
-```
-
### Notes
Yes, it is inefficient/dumb to use ollama when you can just load the models with python