Update requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
CHANGED
|
@@ -2,3 +2,9 @@ streamlit
|
|
| 2 |
xlsxwriter
|
| 3 |
pandas
|
| 4 |
pdfplumber
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
xlsxwriter
|
| 3 |
pandas
|
| 4 |
pdfplumber
|
| 5 |
+
huggingface_hub==0.25.2
|
| 6 |
+
python-docx
|
| 7 |
+
sentence-transformers
|
| 8 |
+
faiss-cpu
|
| 9 |
+
numpy
|
| 10 |
+
openai
|