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