Spaces:
Runtime error
Runtime error
Viraj2307 commited on
Commit ·
a80c2ed
1
Parent(s): 0f5f05b
Added Requirements
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.112.0
|
| 2 |
+
requests==2.32.3
|
| 3 |
+
pymongo==4.8.0
|
| 4 |
+
pydantic==2.8.2
|
| 5 |
+
uvicorn==0.30.5
|
| 6 |
+
ollama==0.3.1
|
| 7 |
+
llama-index==0.10.64
|
| 8 |
+
pydantic-settings
|
| 9 |
+
pycryptodome
|
| 10 |
+
llama-index-llms-ollama
|
| 11 |
+
starlette
|
| 12 |
+
mongoengine
|