Updates the requirements on [openai](https://github.com/openai/openai-python) to permit the latest version. - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/openai-python/compare/v1.0.0...v2.6.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
17 lines
707 B
Text
17 lines
707 B
Text
# 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
|
|
#
|
|
# Recommended: Use pip install lightrag-hku[offline-llm] for the same effect
|
|
# Or use constraints: pip install --constraint constraints-offline.txt -r requirements-offline-llm.txt
|
|
|
|
# LLM provider dependencies (with version constraints matching pyproject.toml)
|
|
aioboto3>=12.0.0,<16.0.0
|
|
anthropic>=0.18.0,<1.0.0
|
|
llama-index>=0.9.0,<1.0.0
|
|
ollama>=0.1.0,<1.0.0
|
|
openai>=1.0.0,<3.0.0
|
|
voyageai>=0.2.0,<1.0.0
|
|
zhipuai>=2.0.0,<3.0.0
|