chore: update rag image to upstream 1.10 build#29
Conversation
Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
Code Review by Qodo
1. Stale rag-content causes errors
|
PR Summary by Qodochore: bump rag-content image and RHDH docs vector store to 1.10 WalkthroughsDescription• Bump rag-content container image reference to the upstream 1.10 build. • Point RHDH product docs vector DB path to the 1.10 dataset. • Update the configured vector_store_id to match the new rag-content bundle. Diagramgraph TD
A["env/default-values.env"] --> B{{"rag-content image 1.10"}} --> C(["RAG content container"]) --> D[("Docs vector DB (1.10)")]
E["images.yaml"] --> B{{"rag-content image 1.10"}}
F["llama-stack-configs/config.yaml"] --> C(["RAG content container"]) --> D[("Docs vector DB (1.10)")]
subgraph Legend
direction LR
_f["Config file"] ~~~ _ext{{"Image registry"}} ~~~ _svc(["Service/container"]) ~~~ _db[("Database/store")]
end
High-Level AssessmentThe following are alternative approaches to this PR: 1. Single source of truth for image tags
Recommendation: The PR’s approach is appropriate for a straightforward image/data bump. Consider consolidating image pinning to one canonical source (or generating one file from the other) to prevent drift between env/default-values.env and images.yaml on future upgrades. File ChangesOther (3)
|
What does this PR do?:
mainbranch development for 2.1Which issue(s) this PR fixes:
PR acceptance criteria:
Testing and documentation do not need to be complete in order for this PR to be approved. We just need to ensure tracking issues are opened and linked to this PR, if they are not in the PR scope due to various constraints.
Tested and Verified
Documentation (READMEs, Product Docs, Blogs, Education Modules, etc.)
How to test changes / Special notes to the reviewer: