We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e24a0 commit 3374419Copy full SHA for 3374419
Dockerfile
@@ -85,11 +85,7 @@ RUN --mount=type=ssh \
85
ENV USE_LIGHTRAG=true
86
RUN --mount=type=ssh \
87
--mount=type=cache,target=/root/.cache/pip \
88
- pip install git+https://github.com/HKUDS/LightRAG.git
89
-# A quickfix for compatibility issue of hsnwlib
90
-RUN --mount=type=ssh \
91
- --mount=type=cache,target=/root/.cache/pip \
92
- pip uninstall -y hnswlib chroma-hnswlib && pip install chroma-hnswlib
+ pip install aioboto3 nano-vectordb ollama xxhash lightrag-hku
93
94
# Clean up
95
RUN apt-get autoremove \
0 commit comments