requirements-offline.txt 982 B

1234567891011121314151617181920212223242526272829303132
  1. # LightRAG Complete Offline Dependencies
  2. # Install with: pip install -r requirements-offline.txt
  3. # For offline installation:
  4. # pip download -r requirements-offline.txt -d ./packages
  5. # pip install --no-index --find-links=./packages -r requirements-offline.txt
  6. #
  7. # Recommended: Use pip install lightrag-hku[offline] for the same effect
  8. # Or use constraints: pip install --constraint constraints-offline.txt -r requirements-offline.txt
  9. aioboto3>=12.0.0,<16.0.0
  10. anthropic>=0.18.0,<1.0.0
  11. asyncpg>=0.31.0,<1.0.0
  12. bcrypt>=4.0.0
  13. google-api-core>=2.0.0,<3.0.0
  14. google-genai>=1.0.0,<3.0.0
  15. llama-index>=0.14.0,<1.0.0
  16. llama-index-llms-openai>=0.6.12
  17. neo4j>=5.0.0,<7.0.0
  18. ollama>=0.1.0,<1.0.0
  19. openai>=2.0.0,<3.0.0
  20. openpyxl>=3.0.0,<4.0.0
  21. pgvector>=0.4.2,<1.0.0
  22. pycryptodome>=3.0.0,<4.0.0
  23. pymilvus>=2.6.2,<4.0.0
  24. pymongo>=4.0.0,<5.0.0
  25. pypdf>=6.1.0
  26. python-docx>=0.8.11,<2.0.0
  27. python-pptx>=0.6.21,<2.0.0
  28. qdrant-client>=1.11.0,<2.0.0
  29. redis>=5.0.0,<8.0.0
  30. voyageai>=0.2.0,<1.0.0
  31. zhipuai>=2.0.0,<3.0.0