From 61126a11dd19f50b73d510af1f9844cd652226c0 Mon Sep 17 00:00:00 2001 From: Jordan Dubrick Date: Fri, 12 Jun 2026 14:08:54 -0400 Subject: [PATCH] chore: update rag image to upstream 1.10 build (#29) Signed-off-by: Jordan Dubrick --- env/default-values.env | 2 +- images.yaml | 2 +- llama-stack-configs/config.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/env/default-values.env b/env/default-values.env index 768f4df..bf83640 100644 --- a/env/default-values.env +++ b/env/default-values.env @@ -3,7 +3,7 @@ # Service Images LIGHTSPEED_CORE_IMAGE=quay.io/lightspeed-core/lightspeed-stack:0.5.1 -RAG_CONTENT_IMAGE=quay.io/redhat-ai-dev/rag-content:release-1.9-lls-0.5.0-642c567fe10a62b5ff711654306b72912f341e05 +RAG_CONTENT_IMAGE=quay.io/redhat-ai-dev/rag-content:release-1.10-lls-0.5.0-8c231a3b5177f12fff9db042dfa4091d8f2f26b3 # Enable Inference Providers ## Set any providers you want enabled to 'true' diff --git a/images.yaml b/images.yaml index 941b868..e4a46fe 100644 --- a/images.yaml +++ b/images.yaml @@ -18,4 +18,4 @@ lightspeed-core: image: quay.io/lightspeed-core/lightspeed-stack:0.5.1 rag-content: llama_version: 0.5.0 - image: quay.io/redhat-ai-dev/rag-content:release-1.9-lls-0.5.0-642c567fe10a62b5ff711654306b72912f341e05 + image: quay.io/redhat-ai-dev/rag-content:release-1.10-lls-0.5.0-8c231a3b5177f12fff9db042dfa4091d8f2f26b3 diff --git a/llama-stack-configs/config.yaml b/llama-stack-configs/config.yaml index ae68a9a..7afd843 100644 --- a/llama-stack-configs/config.yaml +++ b/llama-stack-configs/config.yaml @@ -160,7 +160,7 @@ storage: db_path: /tmp/sql_store.db kv_rag: type: kv_sqlite - db_path: /rag-content/vector_db/rhdh_product_docs/1.9/faiss_store.db + db_path: /rag-content/vector_db/rhdh_product_docs/1.10/faiss_store.db kv_notebooks: type: kv_sqlite db_path: /rag-content/vector_db/notebooks/faiss_store.db @@ -188,7 +188,7 @@ registered_resources: - provider_id: rag-runtime toolgroup_id: builtin::rag vector_stores: - - vector_store_id: vs_cda156a6-64fe-436d-bc51-566fb1b09702 # see readme for this value + - vector_store_id: vs_757285d9-b657-4bed-b18c-3359844e8c0d # see readme for this value embedding_model: sentence-transformers//rag-content/embeddings_model embedding_dimension: 768 provider_id: rhdh-docs