Skip to content

Commit 1d463aa

Browse files
committed
Added further details on the internal image reference rh-dev
1 parent f0fd5d2 commit 1d463aa

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

modules/deploying-a-llamastackdistribution-instance.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
= Deploying a LlamaStackDistribution instance
55

66
[role='_abstract']
7-
You can integrate LlamaStack and its retrieval-augmented generation (RAG) capabilities with your deployed Llama 3.2 model served by vLLM. This integration enables you to build intelligent applications that combine large language models (LLMs) with real-time data retrieval, providing more accurate and contextually relevant responses for your AI workloads.
7+
You can integrate LlamaStack and its retrieval-augmented generation (RAG) capabilities with your deployed Llama 3.2 model served by vLLM. This integration enables you to build intelligent applications that combine large language models (LLMs) with real-time data retrieval, providing more accurate and contextually relevant responses for your AI workloads. When you create a `LlamaStackDistribution` custom resource (CR), specify `rh-dev` in the `spec.server.distribution.image` field.
88

99
ifdef::self-managed[]
1010
ifdef::disconnected[]
@@ -113,6 +113,11 @@ spec:
113113
distribution:
114114
image: rh-dev
115115
----
116+
+
117+
[NOTE]
118+
====
119+
The `rh-dev` value is an internal image reference. When you create the `LlamaStackDistribution` custom resource, the {productname-short} Operator automatically resolves `rh-dev` to the container image in the appropriate registry. This internal image reference allows the underlying image to update without requiring changes to your custom resource.
120+
====
116121

117122
. Click *Create*.
118123

0 commit comments

Comments
 (0)