Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -18
requirements.txt
CHANGED
@@ -1,20 +1,7 @@
|
|
1 |
-
|
2 |
-
|
3 |
pillow
|
4 |
-
|
5 |
-
|
6 |
-
unidecode==1.3.8
|
7 |
-
accelerate==1.5.2
|
8 |
-
pypdf==5.4.0
|
9 |
-
sentence-transformers==3.4.1
|
10 |
-
gradio==5.24.0
|
11 |
-
langchain_community==0.3.21
|
12 |
-
chromadb==1.0.4
|
13 |
-
PyPDF2==3.0.1
|
14 |
-
fitz==0.0.1.dev2
|
15 |
-
ipdb==0.13.13
|
16 |
-
langchain==0.3.23
|
17 |
huggingface_hub
|
18 |
-
|
19 |
-
faiss-gpu-cu12 # CUDA 12.x, Python 3.8+
|
20 |
-
faiss-gpu-cu11 # CUDA 11.x, Python 3.8+
|
|
|
1 |
+
PyMuPDF
|
2 |
+
sentence-transformers
|
3 |
pillow
|
4 |
+
gradio
|
5 |
+
langchain-community
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
huggingface_hub
|
7 |
+
faiss-cpu
|
|
|
|