Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
gradio==6.3.0
|
| 2 |
-
huggingface-hub>=0.33.5
|
| 3 |
|
| 4 |
faiss-cpu==1.8.0.post1
|
| 5 |
fastembed==0.3.6
|
|
@@ -7,3 +6,6 @@ fastembed==0.3.6
|
|
| 7 |
pypdf==4.3.1
|
| 8 |
python-docx==1.1.2
|
| 9 |
numpy==1.26.4
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio==6.3.0
|
|
|
|
| 2 |
|
| 3 |
faiss-cpu==1.8.0.post1
|
| 4 |
fastembed==0.3.6
|
|
|
|
| 6 |
pypdf==4.3.1
|
| 7 |
python-docx==1.1.2
|
| 8 |
numpy==1.26.4
|
| 9 |
+
|
| 10 |
+
llama-cpp-python==0.2.90
|
| 11 |
+
requests==2.32.3
|