Skip to content

Commit 3393681

Browse files
committed
update rag items to 1.8 (redhat-ai-dev#13)
Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
1 parent 47fcb73 commit 3393681

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
RAG_CONTENT_IMAGE ?= quay.io/redhat-ai-dev/rag-content:release-1.7-lcs
1+
RAG_CONTENT_IMAGE ?= quay.io/redhat-ai-dev/rag-content:release-1.8-lcs
2+
VENV := $(CURDIR)/scripts/python-scripts/.venv
3+
PYTHON := $(VENV)/bin/python3
4+
PIP := $(VENV)/bin/pip3
25

36
default: help
47

run.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ providers:
201201
config:
202202
kvstore:
203203
type: sqlite
204-
namespace: null
205-
db_path: /app-root/vector_db/rhdh_product_docs/1.7/faiss_store.db
204+
namespace:
205+
db_path: /app-root/vector_db/rhdh_product_docs/1.8/faiss_store.db
206206
scoring_fns: []
207207
server:
208208
auth: null
@@ -223,4 +223,4 @@ vector_dbs:
223223
- embedding_dimension: 768
224224
embedding_model: sentence-transformers/all-mpnet-base-v2
225225
provider_id: rhdh-docs
226-
vector_db_id: rhdh-product-docs-1_7
226+
vector_db_id: rhdh-product-docs-1_8

0 commit comments

Comments
 (0)