Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +7 -5
requirements.txt
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
streamlit
|
2 |
-
|
3 |
-
uvicorn
|
4 |
-
qdrant-client
|
5 |
openai
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
fastembed
|
7 |
firecrawl
|
8 |
-
python-dotenv
|
9 |
-
requests
|
|
|
1 |
streamlit
|
2 |
+
requests
|
|
|
|
|
3 |
openai
|
4 |
+
python-dotenv
|
5 |
+
PyMuPDF
|
6 |
+
python-docx
|
7 |
+
elevenlabs
|
8 |
+
|
9 |
+
qdrant-client
|
10 |
fastembed
|
11 |
firecrawl
|
|
|
|