Variable Embedding Dim for Vespa (#985)

This commit is contained in:
Yuhong Sun
2024-01-23 17:38:50 -08:00
committed by GitHub
parent c2b34f623c
commit 9d1aa7401e
4 changed files with 49 additions and 18 deletions

View File

@@ -42,11 +42,6 @@ COPY ./alembic /app/alembic
COPY ./alembic.ini /app/alembic.ini
COPY supervisord.conf /usr/etc/supervisord.conf
# Create Vespa app zip
WORKDIR /app/danswer/document_index/vespa/app_config
RUN zip -r /app/danswer/vespa-app.zip .
WORKDIR /app
ENV PYTHONPATH /app
# Default command which does nothing