diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-04-15 08:34:25 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-04-15 08:34:25 +0200 |
commit | 8c16a38d3b0a43789e1efbbc7871fb9248827e7a (patch) | |
tree | 8ab648cf93ba41ea9661df0e4bf50d31c10c2e8a | |
parent | cec0f3142c7ca1960984470a1a0f24e880bc8bdd (diff) |
Update README
-rw-r--r-- | README.md | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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 |