From 8bc2f4ccda530c4bd60068365f72578af4ed0a21 Mon Sep 17 00:00:00 2001 From: Jordan Dubrick Date: Wed, 12 Nov 2025 10:44:45 -0500 Subject: [PATCH] update rag items to 1.8 Signed-off-by: Jordan Dubrick --- Makefile | 2 +- run.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 72d704c..fc0f5ba 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -RAG_CONTENT_IMAGE ?= quay.io/redhat-ai-dev/rag-content:release-1.7-lcs +RAG_CONTENT_IMAGE ?= quay.io/redhat-ai-dev/rag-content:release-1.8-lcs VENV := $(CURDIR)/scripts/python-scripts/.venv PYTHON := $(VENV)/bin/python3 PIP := $(VENV)/bin/pip3 diff --git a/run.yaml b/run.yaml index 6e586cf..376a78c 100644 --- a/run.yaml +++ b/run.yaml @@ -207,7 +207,7 @@ providers: kvstore: type: sqlite namespace: - db_path: /app-root/vector_db/rhdh_product_docs/1.7/faiss_store.db + db_path: /app-root/vector_db/rhdh_product_docs/1.8/faiss_store.db scoring_fns: [] server: auth: @@ -228,4 +228,4 @@ vector_dbs: - embedding_dimension: 768 embedding_model: sentence-transformers/all-mpnet-base-v2 provider_id: rhdh-docs - vector_db_id: rhdh-product-docs-1_7 + vector_db_id: rhdh-product-docs-1_8