diff --git a/all.yaml b/all.yaml index 27e309f5..2550b4b5 100644 --- a/all.yaml +++ b/all.yaml @@ -7,4 +7,6 @@ spec: targets: - ./templates/codegen/template.yaml - ./templates/chatbot/template.yaml - - ./templates/audio-to-text/template.yaml \ No newline at end of file + - ./templates/audio-to-text/template.yaml + - ./templates/object-detection/template.yaml + - ./templates/rag/template.yaml diff --git a/templates/rag/template.yaml b/templates/rag/template.yaml index 51c714c9..c4ffbfec 100644 --- a/templates/rag/template.yaml +++ b/templates/rag/template.yaml @@ -39,7 +39,7 @@ spec: # SED_LLM_SERVER_START title: Large Language Model(LLM) Server description: The model server container to use - ui:help: If you choose vLLM, ensure your cluster has Nvidia GPU supported, and is with enough cpu and memory + ui:help: If you choose vLLM, ensure your cluster has Nvidia GPU supported, and has enough CPU and memory resources default: llama.cpp type: string enum: @@ -125,7 +125,7 @@ spec: type: string default: gitlab.com ui:help: "You can also provide the on-prem gitlab server, example: gitlab-gitlab.apps.cluster-ljg9z.sandbox219.opentlc.com" - - title: Deployment information + - title: Deployment Information required: - imageRegistry - imageOrg @@ -156,7 +156,7 @@ spec: ui:options: rows: 5 rhoaiSelected: - title: Create workbench for OpenShift AI + title: Create Workbench for OpenShift AI description: Deploy to OpenShift AI in your app's namespace type: boolean default: false @@ -326,7 +326,7 @@ spec: protectDefaultBranch: false repoVisibility: "public" - id: wait-for-github-repository - name: Waiting for repository availability + name: Waiting for Repository Availability action: 'debug:wait' input: seconds: 3 @@ -386,9 +386,9 @@ spec: url: ${{ steps['publish-github'].output.remoteUrl if steps['publish-github'].output else steps['publish-gitlab'].output.remoteUrl }} - title: GitOps Repository url: ${{ steps['publish-github-gitops'].output.remoteUrl if steps['publish-github-gitops'].output else steps['publish-gitlab-gitops'].output.remoteUrl }} - - title: Open Component in catalog + - title: Open Component in Catalog icon: catalog entityRef: ${{ steps['register'].output.entityRef }} - - title: Open GitOps Resource in catalog + - title: Open GitOps Resource in Catalog icon: catalog entityRef: ${{ steps['register-gitops'].output.entityRef }} \ No newline at end of file