@@ -238,7 +238,7 @@ plugins:
238238 command:
239239 - "sh"
240240 - "-c"
241- - "echo 'Copying RAG data...'; cp -r /rag/vector_db/{product-very-short}_product_docs /data/ && cp -r /rag/embeddings_model /data/ && echo 'Copy complete.'"
241+ - "echo 'Copying RAG data...'; cp -r /rag/vector_db/rhdh_product_docs /data/ && cp -r /rag/embeddings_model /data/ && echo 'Copy complete.'"
242242 volumeMounts:
243243 - mountPath: /data
244244 name: rag-data-volume
@@ -260,7 +260,7 @@ plugins:
260260 - mountPath: /app-root/embeddings_model
261261 name: rag-data-volume
262262 subPath: embeddings_model
263- - mountPath: /app-root/vector_db/{product-very-short}_product_docs
263+ - mountPath: /app-root/vector_db/rhdh_product_docs
264264 name: rag-data-volume
265265 subPath: rhdh_product_docs
266266 - image: 'quay.io/lightspeed-core/lightspeed-stack:dev-20251021-ee9f08f' # Lightspeed Core Service image
@@ -315,7 +315,7 @@ plugins:
315315 command:
316316 - "sh"
317317 - "-c"
318- - "echo 'Copying RAG data...'; cp -r /rag/vector_db/{product-very-short}_product_docs /data/ && cp -r /rag/embeddings_model /data/ && echo 'Copy complete.'"
318+ - "echo 'Copying RAG data...'; cp -r /rag/vector_db/rhdh_product_docs /data/ && cp -r /rag/embeddings_model /data/ && echo 'Copy complete.'"
319319 volumeMounts:
320320 - mountPath: /data
321321 name: rag-data-volume
@@ -342,7 +342,7 @@ You must replace the older single container configuration found in source with t
342342 - mountPath: /app-root/embeddings_model
343343 name: rag-data-volume
344344 subPath: embeddings_model
345- - mountPath: /app-root/vector_db/{product-very-short}_product_docs
345+ - mountPath: /app-root/vector_db/rhdh_product_docs
346346 name: rag-data-volume
347347 subPath: rhdh_product_docs
348348 # Lightspeed Core Service Container
0 commit comments