Update requirements.txt
Browse files- requirements.txt +13 -12
requirements.txt
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
-
langchain==0.0.197
|
2 |
-
gpt4all==0.3.4
|
3 |
-
chromadb==0.3.23
|
4 |
-
urllib3==2.0.2
|
5 |
-
PyMuPDF==1.22.3
|
6 |
-
python-dotenv==1.0.0
|
7 |
-
unstructured==0.6.6
|
8 |
-
extract-msg==0.41.1
|
9 |
-
tabulate==0.9.0
|
10 |
-
pandoc==2.3
|
11 |
-
pypandoc==1.11
|
12 |
-
tqdm==4.65.0
|
|
|
|
1 |
+
langchain==0.0.197
|
2 |
+
gpt4all==0.3.4
|
3 |
+
chromadb==0.3.23
|
4 |
+
urllib3==2.0.2
|
5 |
+
PyMuPDF==1.22.3
|
6 |
+
python-dotenv==1.0.0
|
7 |
+
unstructured==0.6.6
|
8 |
+
extract-msg==0.41.1
|
9 |
+
tabulate==0.9.0
|
10 |
+
pandoc==2.3
|
11 |
+
pypandoc==1.11
|
12 |
+
tqdm==4.65.0
|
13 |
+
langchain-community
|