Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reduced the questionaaires #162

Open
wants to merge 1 commit into
base: main_archieve_10_06_2024
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,15 @@ Parameters:
Q10pVectorFieldName:
Type: String
Description: Vector field name
Default: bedrock-knowledge-base-default-vector
Q11pMetaDataFieldName:
Type: String
Description: Metadata field name
Default: AMAZON_BEDROCK_METADATA
Q12pTextFieldName:
Type: String
Description: Text field name
Default: AMAZON_BEDROCK_TEXT_CHUNK
pCollectionArn:
Type: String
Description: Name of the Collection Arn
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,18 @@ Parameters:
Default: e2e-rag-index
AllowedPattern: ^[a-z0-9](-*[a-z0-9])*
ConstraintDescription: Must be lowercase or numbers with a length of 1-63 characters
Q10pVectorFieldName:
Type: String
Description: Vector field name
Default: bedrock-knowledge-base-default-vector
Q11pMetaDataFieldName:
Type: String
Description: Metadata field name
Default: AMAZON_BEDROCK_METADATA
Q12pTextFieldName:
Type: String
Description: Text field name
Default: AMAZON_BEDROCK_TEXT_CHUNK
# Q10pVectorFieldName:
# Type: String
# Description: Vector field name
# Default: bedrock-knowledge-base-default-vector
# Q11pMetaDataFieldName:
# Type: String
# Description: Metadata field name
# Default: AMAZON_BEDROCK_METADATA
# Q12pTextFieldName:
# Type: String
# Description: Text field name
# Default: AMAZON_BEDROCK_TEXT_CHUNK
Resources:
KbRoleStack:
Type: AWS::CloudFormation::Stack
Expand Down Expand Up @@ -118,12 +118,12 @@ Resources:
Ref: Q08pCollectionName
Q09pIndexName:
Ref: Q09pIndexName
Q10pVectorFieldName:
Ref: Q10pVectorFieldName
Q11pMetaDataFieldName:
Ref: Q11pMetaDataFieldName
Q12pTextFieldName:
Ref: Q12pTextFieldName
# Q10pVectorFieldName:
# Ref: Q10pVectorFieldName
# Q11pMetaDataFieldName:
# Ref: Q11pMetaDataFieldName
# Q12pTextFieldName:
# Ref: Q12pTextFieldName
pCollectionArn:
Fn::GetAtt:
- OSSInfraStack
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,18 @@ Parameters:
Default: e2e-rag-index
AllowedPattern: ^[a-z0-9](-*[a-z0-9])*
ConstraintDescription: Must be lowercase or numbers with a length of 1-63 characters
Q10pVectorFieldName:
Type: String
Description: Vector field name
Default: bedrock-knowledge-base-default-vector
Q11pMetaDataFieldName:
Type: String
Description: Metadata field name
Default: AMAZON_BEDROCK_METADATA
Q12pTextFieldName:
Type: String
Description: Text field name
Default: AMAZON_BEDROCK_TEXT_CHUNK
# Q10pVectorFieldName:
# Type: String
# Description: Vector field name
# Default: bedrock-knowledge-base-default-vector
# Q11pMetaDataFieldName:
# Type: String
# Description: Metadata field name
# Default: AMAZON_BEDROCK_METADATA
# Q12pTextFieldName:
# Type: String
# Description: Text field name
# Default: AMAZON_BEDROCK_TEXT_CHUNK
Resources:
KbRoleStack:
Type: AWS::CloudFormation::Stack
Expand Down Expand Up @@ -118,12 +118,12 @@ Resources:
Ref: Q08pCollectionName
Q09pIndexName:
Ref: Q09pIndexName
Q10pVectorFieldName:
Ref: Q10pVectorFieldName
Q11pMetaDataFieldName:
Ref: Q11pMetaDataFieldName
Q12pTextFieldName:
Ref: Q12pTextFieldName
# Q10pVectorFieldName:
# Ref: Q10pVectorFieldName
# Q11pMetaDataFieldName:
# Ref: Q11pMetaDataFieldName
# Q12pTextFieldName:
# Ref: Q12pTextFieldName
pCollectionArn:
Fn::GetAtt:
- OSSInfraStack
Expand Down