Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +11 -1
requirements.txt
CHANGED
|
@@ -1 +1,11 @@
|
|
| 1 |
-
gradio==3.50.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==3.50.2
|
| 2 |
+
langchain==0.2.16
|
| 3 |
+
langchain-community==0.2.16
|
| 4 |
+
langchain-huggingface==0.0.3
|
| 5 |
+
chromadb==0.5.5
|
| 6 |
+
pypdf2==3.0.1
|
| 7 |
+
docx2txt==0.8
|
| 8 |
+
python-pptx==0.6.23
|
| 9 |
+
huggingface_hub==0.23.4
|
| 10 |
+
sentence-transformers==2.7.0
|
| 11 |
+
torch==2.3.0
|