Spaces:
Runtime error
Runtime error
soroushsrd
commited on
Commit
•
fea5887
1
Parent(s):
f2a8840
Update requirements.txt
Browse files- requirements.txt +15 -6
requirements.txt
CHANGED
@@ -1,6 +1,15 @@
|
|
1 |
-
langchain==0.2.0
|
2 |
-
langchain_community==0.2.0
|
3 |
-
langchain_core==0.2.0
|
4 |
-
langchain_openai==0.1.7
|
5 |
-
langchain_text_splitters==0.2.0
|
6 |
-
streamlit==1.33.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain==0.2.0
|
2 |
+
langchain_community==0.2.0
|
3 |
+
langchain_core==0.2.0
|
4 |
+
langchain_openai==0.1.7
|
5 |
+
langchain_text_splitters==0.2.0
|
6 |
+
streamlit==1.33.0
|
7 |
+
unstructured==0.13.7
|
8 |
+
pdfminer.six
|
9 |
+
pdf2image
|
10 |
+
pillow_heif
|
11 |
+
opencv-python
|
12 |
+
pytesseract
|
13 |
+
unstructured_inference
|
14 |
+
chromadb
|
15 |
+
pypdf
|