Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +11 -18
requirements.txt
CHANGED
@@ -1,20 +1,14 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
time
|
13 |
-
hashlib
|
14 |
-
datetime
|
15 |
-
PIL
|
16 |
-
Image
|
17 |
-
import easyocr
|
18 |
accelerate==0.15.0
|
19 |
aiofiles==23.2.1
|
20 |
aiohttp==3.8.3
|
@@ -98,7 +92,6 @@ jupyterlab-pygments==0.2.2
|
|
98 |
jupyterlab-widgets==3.0.5
|
99 |
kiwisolver==1.4.4
|
100 |
linkify-it-py==1.0.3
|
101 |
-
langchain
|
102 |
markdown-it-py==2.1.0
|
103 |
MarkupSafe==2.1.1
|
104 |
matplotlib==3.6.2
|
|
|
1 |
+
langchain
|
2 |
+
langchain-community
|
3 |
+
pathlib
|
4 |
+
opencv-python
|
5 |
+
openpyxl
|
6 |
+
pillow
|
7 |
+
easyocr
|
8 |
+
PyMuPDF
|
9 |
+
tiktoken
|
10 |
+
chromadb
|
11 |
+
unstructured
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
accelerate==0.15.0
|
13 |
aiofiles==23.2.1
|
14 |
aiohttp==3.8.3
|
|
|
92 |
jupyterlab-widgets==3.0.5
|
93 |
kiwisolver==1.4.4
|
94 |
linkify-it-py==1.0.3
|
|
|
95 |
markdown-it-py==2.1.0
|
96 |
MarkupSafe==2.1.1
|
97 |
matplotlib==3.6.2
|