# LightRAG Offline Dependencies - Document Processing # Install with: pip install -r requirements-offline-docs.txt # For offline installation: # pip download -r requirements-offline-docs.txt -d ./packages # pip install --no-index --find-links=./packages -r requirements-offline-docs.txt # Document processing dependencies docling>=1.0.0 openpyxl>=3.0.0 pypdf2>=3.0.0 python-docx>=0.8.11 python-pptx>=0.6.21