33 lines
751 B
Text
33 lines
751 B
Text
# LightRAG Complete Offline Dependencies
|
|
# Install with: pip install -r requirements-offline.txt
|
|
# For offline installation:
|
|
# pip download -r requirements-offline.txt -d ./packages
|
|
# pip install --no-index --find-links=./packages -r requirements-offline.txt
|
|
#
|
|
# Or use pip install lightrag-hku[offline] for the same effect
|
|
|
|
aioboto3>=12.0.0
|
|
anthropic>=0.18.0
|
|
asyncpg>=0.29.0
|
|
# Document processing dependencies
|
|
docling>=1.0.0
|
|
llama-index>=0.9.0
|
|
neo4j>=5.0.0
|
|
ollama>=0.1.0
|
|
|
|
# LLM provider dependencies
|
|
openai>=1.0.0
|
|
openpyxl>=3.0.0
|
|
pymilvus>=2.6.2
|
|
pymongo>=4.0.0
|
|
pypdf2>=3.0.0
|
|
python-docx>=0.8.11
|
|
python-pptx>=0.6.21
|
|
qdrant-client>=1.7.0
|
|
|
|
# Storage backend dependencies
|
|
redis>=5.0.0
|
|
torch>=2.0.0
|
|
transformers>=4.30.0
|
|
voyageai>=0.2.0
|
|
zhipuai>=2.0.0
|