You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/openshift-ai-connector-for-rhdh/proc-setting-up-openshift-ai-connector-for-rhdh-with-rhoai.adoc
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,14 @@ The installation of the {openshift-ai-connector-name} requires manual updates to
7
7
8
8
.{rhoai-short} Prerequisites
9
9
10
-
* To import model cards from the model catalog as TechDocs, you must use {rhoai-short} version 2.25 or later, and you must ensure that the model registry component is enabled.
10
+
* To import model cards from the model catalog into TechDocs, you need to use {rhoai-short} 2.25.
11
+
+
12
+
[NOTE]
13
+
====
14
+
If you upgraded to {rhoai-short} 2.25 from an earlier version, you must manually enable the model catalog dashboard and model registry before you can import model cards.
15
+
====
11
16
12
-
* If you employed model catalog at earlier versions of {rhoai-short}, TechDocs propagation does not work for any models you registered into the model registry while at those earlier versions; only models registered into model registry from a 2.25 (or later) model catalog have their model cards transferred to {product-very-short} as TechDocs.
17
+
* If you employed model catalog at earlier versions of {rhoai-short}, TechDocs propagation does not work for any models you registered into the model registry while at those earlier versions; only models registered into model registry from a {rhoai-short} 2.25 model catalog have their model cards transferred to {product-very-short} as TechDocs.
13
18
14
19
* For the rest of the features, version 2.20 or later suffices. Enabling model registry and its associated dashboard allows for a user experience that more directly allows for customizing AI Model metadata.
15
20
@@ -42,7 +47,7 @@ plugins:
42
47
** If {product-very-short} was installed using the Operator, modify your {product-very-short} custom resource (CR) instance.
43
48
** If {product-very-short} was installed using the Helm charts, modify the *Deployment* specification.
44
49
45
-
. The system relies on three sidecar containers (Model Catalog Bridge) running alongside the `backstage-backend` container. Add these sidecar containers to your configuration referencing the `rhdh-rhoai-bridge-token` Secret:
50
+
. The system relies on three sidecar containers (model catalog bridge) running alongside the `backstage-backend` container. Add these sidecar containers to your configuration referencing the `rhdh-rhoai-bridge-token` Secret:
46
51
** `location`: Provides the REST API for {product-very-short} plugins to fetch model metadata.
47
52
** `storage-rest`: Maintains a cache of AI Model metadata in a ConfigMap called `bac-import-model`.
48
53
** `rhoai-normalizer`: Acts as a Kubernetes controller and {rhoai-short} client, normalizing {rhoai-short} metadata for the connector. The following code block is an example:
0 commit comments