Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -6
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
-
gradio
|
2 |
-
pymupdf
|
3 |
-
langchain-community
|
4 |
-
chromadb
|
5 |
-
groq
|
6 |
-
python-dotenv
|
|
|
|
|
|
1 |
+
gradio>=4.0.0
|
2 |
+
pymupdf>=1.23.0
|
3 |
+
langchain-community>=0.0.29
|
4 |
+
chromadb>=0.4.24
|
5 |
+
groq>=0.5.0
|
6 |
+
python-dotenv>=1.0.0
|
7 |
+
sentence-transformers>=2.2.2
|
8 |
+
langchain-huggingface>=0.0.2
|