Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +20 -10
requirements.txt
CHANGED
@@ -1,10 +1,20 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
langchain-community
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=4.0.0
|
2 |
+
torch>=2.0.0
|
3 |
+
transformers>=4.30.0
|
4 |
+
langchain>=0.0.267
|
5 |
+
langchain-community>=0.0.16
|
6 |
+
pypdf>=3.15.0
|
7 |
+
docx2txt>=0.8
|
8 |
+
python-pptx>=0.6.21
|
9 |
+
unstructured>=0.10.0
|
10 |
+
unstructured-inference>=0.7.0
|
11 |
+
pdf2image>=1.16.3
|
12 |
+
pytesseract>=0.3.10
|
13 |
+
faiss-cpu>=1.7.4
|
14 |
+
sentence-transformers>=2.2.2
|
15 |
+
numpy>=1.24.0
|
16 |
+
tqdm>=4.65.0
|
17 |
+
pillow>=10.0.0
|
18 |
+
python-magic>=0.4.27
|
19 |
+
beautifulsoup4>=4.12.2
|
20 |
+
markdown>=3.4.3
|