Spaces:
Sleeping
Sleeping
Commit
·
81872f1
1
Parent(s):
c530be1
Clean history without vectorstore binaries1
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -30,6 +30,7 @@ RUN mkdir -p vectorstore documents
|
|
| 30 |
# Note: If vectorstore/ doesn't exist in repo, ensure an empty vectorstore/ folder exists
|
| 31 |
# (create it with: mkdir -p vectorstore && touch vectorstore/.gitkeep)
|
| 32 |
# The vectorstore will be populated at runtime from processed_documents.json if not pre-built
|
|
|
|
| 33 |
# COPY vectorstore/ ./vectorstore/
|
| 34 |
|
| 35 |
# Copy documents and processed data
|
|
|
|
| 30 |
# Note: If vectorstore/ doesn't exist in repo, ensure an empty vectorstore/ folder exists
|
| 31 |
# (create it with: mkdir -p vectorstore && touch vectorstore/.gitkeep)
|
| 32 |
# The vectorstore will be populated at runtime from processed_documents.json if not pre-built
|
| 33 |
+
|
| 34 |
# COPY vectorstore/ ./vectorstore/
|
| 35 |
|
| 36 |
# Copy documents and processed data
|