LightRAG/requirements-offline-storage.txt
yangdx e8f5f57ec7 Update qdrant-client minimum version from 1.7.0 to 1.11.0
• Bump qdrant-client to >=1.11.0
• Update pyproject.toml dependency
• Update requirements files
• Sync uv.lock with new version
• Maintain <2.0.0 upper bound
2025-11-10 11:54:48 +08:00

16 lines
707 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
#
# Recommended: Use pip install lightrag-hku[offline-storage] for the same effect
# Or use constraints: pip install --constraint constraints-offline.txt -r requirements-offline-storage.txt
# Storage backend dependencies (with version constraints matching pyproject.toml)
asyncpg>=0.29.0,<1.0.0
neo4j>=5.0.0,<7.0.0
pymilvus>=2.6.2,<3.0.0
pymongo>=4.0.0,<5.0.0
qdrant-client>=1.11.0,<2.0.0
redis>=5.0.0,<8.0.0