Spaces:
Runtime error
Runtime error
requirements
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -2,4 +2,6 @@ llama-index==0.9.38
|
|
2 |
deeplake==3.8.17
|
3 |
openai==1.10.0
|
4 |
python-dotenv==1.0.1
|
5 |
-
llama-hub==0.0.76
|
|
|
|
|
|
2 |
deeplake==3.8.17
|
3 |
openai==1.10.0
|
4 |
python-dotenv==1.0.1
|
5 |
+
llama-hub==0.0.76
|
6 |
+
fastapi==0.109.0
|
7 |
+
uvicorn==0.27.0.post1
|