• Add tiktoken cache downloader CLI • Add layered offline dependencies • Add offline requirements files • Add offline deployment guide
13 lines
412 B
Plaintext
13 lines
412 B
Plaintext
# 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
|