Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -9
requirements.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
-
gradio
|
2 |
-
groq
|
3 |
-
|
4 |
-
langchain
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
|
1 |
+
gradio==4.1.1
|
2 |
+
groq==0.4.1
|
3 |
+
langchain==0.0.335
|
4 |
+
langchain-text-splitters==0.0.1
|
5 |
+
faiss-cpu==1.7.4
|
6 |
+
sentence-transformers==2.2.2
|
7 |
+
pymupdf==1.23.4
|
8 |
+
pillow==10.0.1
|
9 |
+
python-dotenv==1.0.0
|
10 |
+
requests==2.31.0
|