Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
cohere
|
| 3 |
+
groq==0.18.0
|
| 4 |
+
requests
|
| 5 |
+
uvicorn
|
| 6 |
+
mysql-connector-python
|
| 7 |
+
autogen
|
| 8 |
+
numpy
|
| 9 |
+
pymongo
|
| 10 |
+
sentence_transformers
|
| 11 |
+
chromadb
|
| 12 |
+
IPython
|
| 13 |
+
qdrant_client
|
| 14 |
+
ag2[retrievechat-qdrant]
|