Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +15 -15
requirements.txt
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
-
gradio
|
2 |
-
langchain
|
3 |
-
langchain-community
|
4 |
-
langchain-huggingface
|
5 |
-
sentence-transformers
|
6 |
-
transformers
|
7 |
-
torch
|
8 |
-
faiss-cpu
|
9 |
-
pymupdf
|
10 |
-
|
11 |
-
chromadb
|
12 |
-
tqdm
|
13 |
-
unstructured[pdf]
|
14 |
-
opencv-python
|
15 |
-
peft
|
|
|
1 |
+
gradio==5.30.0
|
2 |
+
langchain==0.3.25
|
3 |
+
langchain-community==0.3.24
|
4 |
+
langchain-huggingface==0.2.0
|
5 |
+
sentence-transformers==4.1.0
|
6 |
+
transformers==4.52.2
|
7 |
+
torch==2.7.0
|
8 |
+
faiss-cpu==1.8.0
|
9 |
+
pymupdf==1.25.5
|
10 |
+
pypdf==5.5.0
|
11 |
+
chromadb==1.0.9
|
12 |
+
tqdm==4.67.1
|
13 |
+
unstructured[pdf]==0.17.2
|
14 |
+
opencv-python==4.9.0.80
|
15 |
+
peft==0.15.2
|