From 44ae067665afe2f3334c9bf23bdab2c330defa8f Mon Sep 17 00:00:00 2001 From: Tim O'Keefe Date: Fri, 25 Jul 2025 13:21:15 -0400 Subject: [PATCH] OLS-1955: Update BYOK configuration to reflect recent changes --- modules/ols-providing-custom-knowledge-to-the-llm.adoc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/ols-providing-custom-knowledge-to-the-llm.adoc b/modules/ols-providing-custom-knowledge-to-the-llm.adoc index 4fe94e4bd440..39dc68a780cc 100644 --- a/modules/ols-providing-custom-knowledge-to-the-llm.adoc +++ b/modules/ols-providing-custom-knowledge-to-the-llm.adoc @@ -102,9 +102,7 @@ metadata: spec: ols: rag: - - image: quay.io//my-byok-image:latest # <1> - indexPath: /rag/vector_db - indexID: vector_db_index + - image: quay.io//my-byok-image:latest # <1> ---- <1> Where `image` specifies the tag for the image that was pushed to the image registry so that the {ols-long} Operator can access the custom content. The {ols-long} Operator can work with more than one RAG database that you create.