Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +30 -27
requirements.txt
CHANGED
|
@@ -1,27 +1,30 @@
|
|
| 1 |
-
# FastAPI and server
|
| 2 |
-
fastapi
|
| 3 |
-
uvicorn[standard]
|
| 4 |
-
pydantic
|
| 5 |
-
python-multipart
|
| 6 |
-
|
| 7 |
-
# LlamaIndex Core & OpenAI
|
| 8 |
-
llama-index-core
|
| 9 |
-
llama-index-llms-openai
|
| 10 |
-
llama-index-embeddings-openai
|
| 11 |
-
llama-index-multi-modal-llms-openai
|
| 12 |
-
llama-index-embeddings-clip
|
| 13 |
-
|
| 14 |
-
# Multimodal Dependencies
|
| 15 |
-
git+https://github.com/openai/CLIP.git
|
| 16 |
-
torch
|
| 17 |
-
pillow
|
| 18 |
-
matplotlib
|
| 19 |
-
|
| 20 |
-
# Utilities
|
| 21 |
-
python-dotenv
|
| 22 |
-
numpy
|
| 23 |
-
pandas
|
| 24 |
-
aiofiles
|
| 25 |
-
|
| 26 |
-
# Monitoring
|
| 27 |
-
prometheus-client
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# FastAPI and server
|
| 2 |
+
fastapi
|
| 3 |
+
uvicorn[standard]
|
| 4 |
+
pydantic
|
| 5 |
+
python-multipart
|
| 6 |
+
|
| 7 |
+
# LlamaIndex Core & OpenAI
|
| 8 |
+
llama-index-core
|
| 9 |
+
llama-index-llms-openai
|
| 10 |
+
llama-index-embeddings-openai
|
| 11 |
+
llama-index-multi-modal-llms-openai
|
| 12 |
+
llama-index-embeddings-clip
|
| 13 |
+
|
| 14 |
+
# Multimodal Dependencies
|
| 15 |
+
git+https://github.com/openai/CLIP.git
|
| 16 |
+
torch
|
| 17 |
+
pillow
|
| 18 |
+
matplotlib
|
| 19 |
+
|
| 20 |
+
# Utilities
|
| 21 |
+
python-dotenv
|
| 22 |
+
numpy
|
| 23 |
+
pandas
|
| 24 |
+
aiofiles
|
| 25 |
+
|
| 26 |
+
# Monitoring
|
| 27 |
+
prometheus-client
|
| 28 |
+
|
| 29 |
+
# Pdf download
|
| 30 |
+
reportlab
|