We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 448d9f8 commit abcc135Copy full SHA for abcc135
1 file changed
Dockerfile
@@ -46,6 +46,9 @@ COPY --chown=app:app web /home/app/web
46
# `data/pages` being absent doesn't break the build (the deploy just serves
47
# text-only retrieval).
48
COPY --chown=app:app data/pages /home/app/data/pages
49
+# Human-readable paper titles (data/paper_titles.json); /papers falls back to
50
+# paper_id when absent.
51
+COPY --chown=app:app data/paper_titles.json /home/app/data/paper_titles.json
52
53
# Baked-in Qdrant snapshot. `qdrant-client` runs in embedded mode against
54
# this directory (`url='path:/home/app/qdrant_local'`), so the deploy needs
0 commit comments