Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
cohere
|
| 3 |
+
python-dotenv
|
| 4 |
+
numpy
|
| 5 |
+
psycopg2-binary
|
| 6 |
+
google-genai
|
| 7 |
+
cohere
|
| 8 |
+
python-docx
|
| 9 |
+
llama_parse
|
| 10 |
+
llama_index.core
|
| 11 |
+
mysql-connector-python
|