Spaces:
Sleeping
Sleeping
update requirements
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
gradio
|
2 |
haystack-ai == 2.7.0
|
3 |
-
haystack_experimental
|
4 |
-
cohere-haystack
|
5 |
python-dotenv
|
6 |
pypdf
|
7 |
markdown-it-py
|
8 |
-
mdit_plain
|
9 |
sentence-transformers
|
|
|
1 |
gradio
|
2 |
haystack-ai == 2.7.0
|
3 |
+
haystack_experimental
|
4 |
+
cohere-haystack==2.0.1
|
5 |
python-dotenv
|
6 |
pypdf
|
7 |
markdown-it-py
|
8 |
+
mdit_plain
|
9 |
sentence-transformers
|