feat: update Docker build with Docling (#501) #none

* feat: refine UI and add go to chat btn

* fix: update Docker file

* fix: update docling in Docker build

* fix: minor update
This commit is contained in:
Tuan Anh Nguyen Dang (Tadashi_Cin) 2024-11-18 20:38:26 +07:00 committed by GitHub
parent db2737d309
commit 664df8ec10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -85,7 +85,11 @@ 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
pip install aioboto3 nano-vectordb ollama xxhash "lightrag-hku<=0.0.8"
RUN --mount=type=ssh \
--mount=type=cache,target=/root/.cache/pip \
pip install "docling<=2.5.2"
# Clean up
RUN apt-get autoremove \