File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# vim: set filetype=dockerfile
2
- ARG LIGHTSPEED_RAG_CONTENT_IMAGE=quay.io/openshift-lightspeed/lightspeed-rag-content@sha256:3e96332648a6f8ff1879c7ae11c818ea7f1c8d5b8a99c4bff406c98c8a7d4541
3
- ARG LIGHTSPEED_RAG_EMBEDDINGS_IMAGE=quay.io/openshift-lightspeed/lightspeed-rag-content@sha256:3e96332648a6f8ff1879c7ae11c818ea7f1c8d5b8a99c4bff406c98c8a7d4541
2
+ ARG LIGHTSPEED_RAG_CONTENT_IMAGE=quay.io/openshift-lightspeed/lightspeed-rag-content@sha256:4bcdfb6f9bef4c74e3152907a0484bccb5f786eca1bf833dab2998173083a9e0
3
+ ARG LIGHTSPEED_RAG_EMBEDDINGS_IMAGE=quay.io/openshift-lightspeed/lightspeed-rag-content@sha256:4bcdfb6f9bef4c74e3152907a0484bccb5f786eca1bf833dab2998173083a9e0
4
4
ARG RAG_CONTENTS_SUB_FOLDER=vector_db/ocp_product_docs
5
5
6
6
FROM ${LIGHTSPEED_RAG_CONTENT_IMAGE} as lightspeed-rag-content
You can’t perform that action at this time.
0 commit comments