From aeec74c9573dd4519c3843ec22e2b7eab5c5917a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20MANSUY?= Date: Thu, 4 Dec 2025 19:18:15 +0800 Subject: [PATCH] cherry-pick b7216ede --- requirements-offline-storage.txt | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/requirements-offline-storage.txt b/requirements-offline-storage.txt index 6c960623..5beb5d44 100644 --- a/requirements-offline-storage.txt +++ b/requirements-offline-storage.txt @@ -3,14 +3,12 @@ # For offline installation: # pip download -r requirements-offline-storage.txt -d ./packages # pip install --no-index --find-links=./packages -r requirements-offline-storage.txt -# -# Recommended: Use pip install lightrag-hku[offline-storage] for the same effect -# Or use constraints: pip install --constraint constraints-offline.txt -r requirements-offline-storage.txt -# Storage backend dependencies (with version constraints matching pyproject.toml) -asyncpg>=0.29.0,<1.0.0 -neo4j>=5.0.0,<7.0.0 -pymilvus>=2.6.2,<3.0.0 -pymongo>=4.0.0,<5.0.0 -qdrant-client>=1.7.0,<2.0.0 -redis>=5.0.0,<8.0.0 +asyncpg>=0.29.0 +neo4j>=5.0.0 +protobuf>=5.27.2,<6.0.0 # Required for pymilvus compatibility +pymilvus>=2.6.2 +pymongo>=4.0.0 +qdrant-client>=1.7.0 +# Storage backend dependencies +redis>=5.0.0