summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-04-15 08:34:25 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-04-15 08:34:25 +0200
commit8c16a38d3b0a43789e1efbbc7871fb9248827e7a (patch)
tree8ab648cf93ba41ea9661df0e4bf50d31c10c2e8a
parentcec0f3142c7ca1960984470a1a0f24e880bc8bdd (diff)
Update README
-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