Skip to content

Commit c0487f5

Browse files
authored
Merge pull request #96710 from rh-tokeefe/OLS-1955
OLS-1955: Update BYOK configuration to reflect recent changes
2 parents 550a231 + 05d4238 commit c0487f5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modules/ols-providing-custom-knowledge-to-the-llm.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,7 @@ metadata:
102102
spec:
103103
ols:
104104
rag:
105-
- image: quay.io/<username>/my-byok-image:latest # <1>
106-
indexPath: /rag/vector_db
107-
indexID: vector_db_index
105+
- image: quay.io/<username>/my-byok-image:latest # <1>
108106
----
109107
<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.
110108

0 commit comments

Comments
 (0)