Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
google-genai==1.5.0
|
| 2 |
+
gradio==5.9.1
|
| 3 |
+
pydantic==2.10.6
|
| 4 |
+
haystack-ai == 2.7.0
|
| 5 |
+
haystack-experimental==0.4.0
|
| 6 |
+
cohere-haystack==2.0.0
|
| 7 |
+
python-dotenv==1.0.1
|
| 8 |
+
pypdf==4.2.0
|
| 9 |
+
markdown-it-py == 3.0.0
|
| 10 |
+
mdit_plain == 1.0.1
|
| 11 |
+
transformers>=4.34.0
|
| 12 |
+
sentence-transformers>=2.2.2
|
| 13 |
+
accelerate>=0.20.0
|