File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,65 +4,28 @@ metadata_version: "1.0"
44name : ai-quickstart-rag
55pattern_version : " 1.0"
66description : 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
88repo_url : https://github.com/validatedpatterns-sandbox/ai-quickstart-rag
99docs_repo_url : https://github.com/validatedpatterns/docs
1010issues_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
1414tier : sandbox
1515owners : dminnear-rh
1616requirements :
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
6629extra_features :
6730 hypershift_support : true
6831 spoke_support : false
You can’t perform that action at this time.
0 commit comments