Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +20 -0
requirements.txt
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==4.44.0
|
2 |
+
langchain==0.3.1
|
3 |
+
huggingface-hub==0.24.6
|
4 |
+
transformers==4.44.2
|
5 |
+
sentence-transformers==3.0.1
|
6 |
+
faiss-cpu==1.8.0
|
7 |
+
PyPDF2==3.0.1
|
8 |
+
python-docx==1.1.2
|
9 |
+
python-pptx==0.6.23
|
10 |
+
pandas==2.2.2
|
11 |
+
markdown==3.7
|
12 |
+
asyncio
|
13 |
+
dataclasses
|
14 |
+
uuid
|
15 |
+
tempfile
|
16 |
+
logging
|
17 |
+
datetime
|
18 |
+
typing
|
19 |
+
os
|
20 |
+
json
|