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 4b9283a commit ec8f777Copy full SHA for ec8f777
Containerfile
@@ -28,7 +28,7 @@ ENV PYTHONDONTWRITEBYTECODE=1 \
28
WORKDIR /app-root
29
30
COPY --from=lightspeed-rag-content /rag/${RAG_CONTENTS_SUB_FOLDER} ${APP_ROOT}/${RAG_CONTENTS_SUB_FOLDER}
31
-COPY --from=lightspeed-rag-embeddings /rag/embeddings_model ./embeddings_model
+COPY --from=lightspeed-rag-content /rag/embeddings_model ./embeddings_model
32
33
# Add explicit files and directories
34
# (avoid accidental inclusion of local directories or env files or credentials)
0 commit comments