Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +14 -13
requirements.txt
CHANGED
@@ -1,13 +1,14 @@
|
|
1 |
-
python-dotenv==1.0.1
|
2 |
-
streamlit==1.37.0
|
3 |
-
langchain-community==0.2.10
|
4 |
-
langchain-text-splitters==0.2.2
|
5 |
-
langchain-groq==0.1.9
|
6 |
-
unstructured
|
7 |
-
unstructured[pdf]
|
8 |
-
faiss-cpu
|
9 |
-
transformers==4.43.3
|
10 |
-
sentence-transformers==3.0.1
|
11 |
-
nltk==3.9.1
|
12 |
-
pi_heif
|
13 |
-
|
|
|
|
1 |
+
python-dotenv==1.0.1
|
2 |
+
streamlit==1.37.0
|
3 |
+
langchain-community==0.2.10
|
4 |
+
langchain-text-splitters==0.2.2
|
5 |
+
langchain-groq==0.1.9
|
6 |
+
unstructured
|
7 |
+
unstructured[pdf]
|
8 |
+
faiss-cpu
|
9 |
+
transformers==4.43.3
|
10 |
+
sentence-transformers==3.0.1
|
11 |
+
nltk==3.9.1
|
12 |
+
pi_heif
|
13 |
+
opencv
|
14 |
+
|