-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Q&A Rag ingestion module to include ingestion modules as well
- Loading branch information
Showing
14 changed files
with
125 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# This is an example manifest. | ||
# Replace the parameters in referenced manifest groups with your values prior the deployment. | ||
name: mlops-new | ||
toolchainRegion: us-east-1 | ||
forceDependencyRedeploy: true | ||
groups: | ||
- name: networking | ||
path: manifests/fmops-qna-rag/networking-modules.yaml | ||
- name: storage | ||
path: manifests/fmops-qna-rag/storage-modules.yaml | ||
- name: qna-rag | ||
path: manifests/fmops-qna-rag/qna-rag-modules.yaml | ||
|
||
targetAccountMappings: | ||
- alias: primary | ||
accountId: | ||
valueFrom: | ||
envVariable: PRIMARY_ACCOUNT | ||
default: true | ||
regionMappings: | ||
- region: us-east-1 | ||
default: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
name: networking | ||
path: git::https://github.com/awslabs/idf-modules.git//modules/network/basic-cdk?ref=release/1.3.0&depth=1 | ||
targetAccount: primary | ||
parameters: | ||
- name: internet-accessible | ||
value: True |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
name: opensearch | ||
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/opensearch/ | ||
targetAccount: primary | ||
targetRegion: us-east-1 | ||
parameters: | ||
- name: encryption-type | ||
value: SSE | ||
- name: retention-type | ||
value: RETAIN | ||
- name: vpc-id | ||
valueFrom: | ||
moduleMetadata: | ||
group: networking | ||
name: networking | ||
key: VpcId | ||
- name: private-subnet-ids | ||
valueFrom: | ||
moduleMetadata: | ||
group: networking | ||
name: networking | ||
key: PrivateSubnetIds |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: qna-rag | ||
path: modules/fmops/qna-rag | ||
parameters: | ||
- name: cognito-pool-id | ||
#Replace below value with valid congnito pool id | ||
value: us-east-1_XXXXX | ||
- name: os-domain-endpoint | ||
valueFrom: | ||
moduleMetadata: | ||
group: storage | ||
name: opensearch | ||
key: OpenSearchDomainEndpoint | ||
- name: os-security-group-id | ||
valueFrom: | ||
moduleMetadata: | ||
group: storage | ||
name: opensearch | ||
key: OpenSearchSecurityGroupId | ||
- name: vpc-id | ||
valueFrom: | ||
moduleMetadata: | ||
group: networking | ||
name: networking | ||
key: VpcId |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
aws-cdk-lib==2.137.0 | ||
cdk-nag==2.28.91 | ||
boto3~=1.34.84 | ||
attrs==23.2.0 | ||
cdklabs-generative-ai-cdk-constructs==0.1.119 | ||
cdklabs-generative-ai-cdk-constructs==0.1.146 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters