Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions modules/ols-providing-custom-knowledge-to-the-llm.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,7 @@ metadata:
spec:
ols:
rag:
- image: quay.io/<username>/my-byok-image:latest # <1>
indexPath: /rag/vector_db
indexID: vector_db_index
- image: quay.io/<username>/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.

Expand Down