Skip to content

Commit 5620ede

Browse files
authored
Merge pull request #5 from dminnear-rh/update-metadata
update metadata
2 parents 3de9afd + e5da7f4 commit 5620ede

1 file changed

Lines changed: 4 additions & 41 deletions

File tree

pattern-metadata.yaml

Lines changed: 4 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -4,65 +4,28 @@ metadata_version: "1.0"
44
name: ai-quickstart-rag
55
pattern_version: "1.0"
66
description: Deploy an agent-based chatbot with multiple data ingestion pipelines on RHOAI 3.
7-
display_name: AI Quickstart RAG LLM
7+
display_name: RAG AI Quickstart
88
repo_url: https://github.com/validatedpatterns-sandbox/ai-quickstart-rag
99
docs_repo_url: https://github.com/validatedpatterns/docs
1010
issues_url: https://github.com/validatedpatterns-sandbox/ai-quickstart-rag/issues
11-
docs_url: https://validatedpatterns.io/patterns/ai-quickstart-rag/
12-
ci_url: https://validatedpatterns.io/ci/?pattern=ai-quickstart-rag
11+
docs_url: https://validatedpatterns.io/patterns/rag-quickstart/
12+
ci_url: https://validatedpatterns.io/ci/?pattern=rag-quickstart
1313
# can be sandbox, tested or maintained
1414
tier: sandbox
1515
owners: dminnear-rh
1616
requirements:
1717
hub: # Main cluster
1818
compute:
1919
platform:
20-
gcp:
21-
replicas: 3
22-
type: n1-standard-8
23-
azure:
24-
replicas: 3
25-
type: Standard_D8s_v3
2620
aws:
2721
replicas: 3
28-
type: m5.2xlarge
22+
type: m5.4xlarge
2923
controlPlane:
3024
platform:
31-
gcp:
32-
replicas: 3
33-
type: n1-standard-4
34-
azure:
35-
replicas: 3
36-
type: Standard_D4s_v3
3725
aws:
3826
replicas: 3
3927
type: m5.xlarge
40-
spoke: # optional - represents the clusters imported into ACM
41-
compute:
42-
platform:
43-
gcp:
44-
replicas: 0
45-
type: n1-standard-8
46-
azure:
47-
replicas: 0
48-
type: Standard_D8s_v3
49-
aws:
50-
replicas: 0
51-
type: m5.2xlarge
52-
controlPlane:
53-
platform:
54-
gcp:
55-
replicas: 3
56-
type: n1-standard-8
57-
azure:
58-
replicas: 3
59-
type: Standard_D8s_v3
60-
aws:
61-
replicas: 3
62-
type: m5.2xlarge
6328

64-
# Loosely defined extra features like hypershift support, non-openshift
65-
# kubernetes support, spoke support
6629
extra_features:
6730
hypershift_support: true
6831
spoke_support: false

0 commit comments

Comments
 (0)