Update requirements.txt
Browse files- requirements.txt +12 -1
requirements.txt
CHANGED
|
@@ -9,4 +9,15 @@ aiohttp==3.9.0
|
|
| 9 |
python-dotenv==1.0.1
|
| 10 |
asyncpg==0.28.0
|
| 11 |
redis==4.5.4
|
| 12 |
-
python-multipart==0.0.6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
python-dotenv==1.0.1
|
| 10 |
asyncpg==0.28.0
|
| 11 |
redis==4.5.4
|
| 12 |
+
python-multipart==0.0.6
|
| 13 |
+
|
| 14 |
+
# LightRAG dependencies
|
| 15 |
+
lightrag-hku>=1.3.6
|
| 16 |
+
networkx>=3.0
|
| 17 |
+
numpy>=1.24.0
|
| 18 |
+
tenacity>=8.0.0
|
| 19 |
+
aiofiles>=23.0.0
|
| 20 |
+
accelerate>=0.20.0
|
| 21 |
+
configparser>=6.0.0
|
| 22 |
+
setuptools>=68.0.0
|
| 23 |
+
nano-vectordb>=0.1.0
|