14 lines
486 B
Text
14 lines
486 B
Text
# LightRAG Offline Dependencies - Storage Backends
|
|
# Install with: pip install -r requirements-offline-storage.txt
|
|
# For offline installation:
|
|
# pip download -r requirements-offline-storage.txt -d ./packages
|
|
# pip install --no-index --find-links=./packages -r requirements-offline-storage.txt
|
|
|
|
asyncpg>=0.29.0
|
|
neo4j>=5.0.0
|
|
protobuf>=5.27.2,<6.0.0 # Required for pymilvus compatibility
|
|
pymilvus>=2.6.2
|
|
pymongo>=4.0.0
|
|
qdrant-client>=1.7.0
|
|
# Storage backend dependencies
|
|
redis>=5.0.0
|