Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
gradio == 4.44.1
|
2 |
haystack-ai == 2.7.0
|
3 |
-
|
4 |
cohere-haystack==2.0.0
|
5 |
-
python-dotenv
|
6 |
-
pypdf
|
7 |
-
markdown-it-py
|
8 |
-
mdit_plain
|
9 |
-
sentence-transformers
|
|
|
1 |
gradio == 4.44.1
|
2 |
haystack-ai == 2.7.0
|
3 |
+
haystack-experimental==0.4.0
|
4 |
cohere-haystack==2.0.0
|
5 |
+
python-dotenv==1.0.1
|
6 |
+
pypdf==4.2.0
|
7 |
+
markdown-it-py == 3.0.0
|
8 |
+
mdit_plain == 1.0.1
|
9 |
+
sentence-transformers==3.2.1
|