feat: add index batch size setting for lightrag (#720) #none

This commit is contained in:
Tuan Anh Nguyen Dang (Tadashi_Cin)
2025-04-01 11:31:06 +07:00
committed by GitHub
parent 79a5f064a2
commit 2ffe374c2f
5 changed files with 61 additions and 25 deletions

View File

@@ -86,7 +86,7 @@ RUN --mount=type=ssh \
ENV USE_LIGHTRAG=true
RUN --mount=type=ssh \
--mount=type=cache,target=/root/.cache/pip \
pip install aioboto3 nano-vectordb ollama xxhash "lightrag-hku<=0.0.8"
pip install aioboto3 nano-vectordb ollama xxhash "lightrag-hku<=1.3.0"
RUN --mount=type=ssh \
--mount=type=cache,target=/root/.cache/pip \