We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df6ddf commit adb5417Copy full SHA for adb5417
plugins/dynamic-few-shot-lambda/template.yml
@@ -46,6 +46,10 @@ Parameters:
46
Type: String
47
Default: "GENAIIDP-dynamic-few-shot"
48
49
+ LogLevel:
50
+ Type: String
51
+ Default: INFO
52
+
53
GenAIIDPS3OutputBucketName:
54
55
Description: "GenAIIDP S3OutputBucketName"
@@ -87,7 +91,7 @@ Resources:
87
91
Description: Demo Lambda function for GenAI IDP dynamic few-shot prompting
88
92
Environment:
89
93
Variables:
90
- LOG_LEVEL: INFO
94
+ LOG_LEVEL: !Ref LogLevel
95
S3VECTOR_BUCKET: !Ref VectorBucketName
96
S3VECTOR_INDEX: !Ref VectorIndexName
97
S3VECTOR_DIMENSIONS: !Ref VectorDimensions
0 commit comments