Skip to content

Commit 1b1cedd

Browse files
authored
chore: update rag image to 1.10 (#3003)
Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
1 parent 9541fb8 commit 1b1cedd

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

bundle/rhdh/manifests/backstage-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundle/rhdh/manifests/rhdh-flavour-lightspeed-config_v1_configmap.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/profile/rhdh/default-config/flavours/lightspeed/configmap-files.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ data:
170170
db_path: /tmp/sql_store.db
171171
kv_rag:
172172
type: kv_sqlite
173-
db_path: /rag-content/vector_db/rhdh_product_docs/1.9/faiss_store.db
173+
db_path: /rag-content/vector_db/rhdh_product_docs/1.10/faiss_store.db
174174
kv_notebooks:
175175
type: kv_sqlite
176176
db_path: /rag-content/vector_db/notebooks/faiss_store.db
@@ -198,7 +198,7 @@ data:
198198
- provider_id: rag-runtime
199199
toolgroup_id: builtin::rag
200200
vector_stores:
201-
- vector_store_id: vs_cda156a6-64fe-436d-bc51-566fb1b09702 # see readme for this value
201+
- vector_store_id: vs_757285d9-b657-4bed-b18c-3359844e8c0d # see readme for this value
202202
embedding_model: sentence-transformers//rag-content/embeddings_model
203203
embedding_dimension: 768
204204
provider_id: rhdh-docs

config/profile/rhdh/default-config/flavours/lightspeed/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ spec:
55
spec:
66
initContainers:
77
- name: init-rag-data
8-
image: quay.io/redhat-ai-dev/rag-content:release-1.9-lls-0.5.0
8+
image: quay.io/redhat-ai-dev/rag-content:release-1.10-lls-0.5.0
99
command:
1010
- "sh"
1111
- "-c"

dist/rhdh/install.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)