Skip to content

Commit 3e7fd92

Browse files
committed
Fix display name in metadata
1 parent e842733 commit 3e7fd92

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pattern-metadata.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
metadata_version: "1.0"
44
name: rag-llm-gitops
55
pattern_version: "1.0"
6-
display_name: RAG LLM Gitops
6+
display_name: AI Generation with LLM and RAG
77
repo_url: https://github.com/validatedpatterns/rag-llm-gitops
88
docs_repo_url: https://github.com/validatedpatterns/docs
99
issues_url: https://github.com/validatedpatterns/rag-llm-gitops/issues
@@ -34,7 +34,8 @@ extra_features:
3434
external_requirements:
3535
# This gets added as a note in the cluster sizing doc page
3636
cluster_sizing_note: >
37-
This pattern will require nodes with GPUs which are only supported in certain regions.
38-
You can create them before deploying the pattern via the special `make
39-
create-gpu-machineset` command, after the initial cluster has been created.
37+
This pattern will require nodes with GPUs which are only supported in
38+
certain regions. You can create them before deploying the pattern via the
39+
special `make create-gpu-machineset` command, after the initial cluster has
40+
been created.
4041
# external quay, s3 bucket, agof tokens to access paywalled material, manifests, rag-llm hw (only selected regions)

0 commit comments

Comments
 (0)