requirements-offline-storage.txt 758 B

123456789101112131415161718
  1. # LightRAG Offline Dependencies - Storage Backends
  2. # Install with: pip install -r requirements-offline-storage.txt
  3. # For offline installation:
  4. # pip download -r requirements-offline-storage.txt -d ./packages
  5. # pip install --no-index --find-links=./packages -r requirements-offline-storage.txt
  6. #
  7. # Recommended: Use pip install lightrag-hku[offline-storage] for the same effect
  8. # Or use constraints: pip install --constraint constraints-offline.txt -r requirements-offline-storage.txt
  9. # Storage backend dependencies (with version constraints matching pyproject.toml)
  10. asyncpg>=0.31.0,<1.0.0
  11. neo4j>=5.0.0,<7.0.0
  12. opensearch-py>=3.0.0,<4.0.0
  13. pgvector>=0.4.2,<1.0.0
  14. pymilvus>=2.6.2,<4.0.0
  15. pymongo>=4.0.0,<5.0.0
  16. qdrant-client>=1.11.0,<2.0.0
  17. redis>=5.0.0,<8.0.0