Files
lightrag/requirements-offline-llm.txt
yangdx a5c05f1b92 Add offline deployment support with cache management and layered deps
• Add tiktoken cache downloader CLI
• Add layered offline dependencies
• Add offline requirements files
• Add offline deployment guide
2025-10-11 10:28:14 +08:00

17 lines
458 B
Plaintext

# LightRAG Offline Dependencies - LLM Providers
# Install with: pip install -r requirements-offline-llm.txt
# For offline installation:
# pip download -r requirements-offline-llm.txt -d ./packages
# pip install --no-index --find-links=./packages -r requirements-offline-llm.txt
aioboto3>=12.0.0
anthropic>=0.18.0
llama-index>=0.9.0
ollama>=0.1.0
# LLM provider dependencies
openai>=1.0.0
torch>=2.0.0
transformers>=4.30.0
voyageai>=0.2.0
zhipuai>=2.0.0