Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -7,3 +7,4 @@ transformers
|
|
7 |
torch
|
8 |
sentence-transformers
|
9 |
faiss-cpu # Change to faiss-gpu if using a GPU
|
|
|
|
7 |
torch
|
8 |
sentence-transformers
|
9 |
faiss-cpu # Change to faiss-gpu if using a GPU
|
10 |
+
pip install pdfplumber
|