Skip to content

Commit 7e235b7

Browse files
committed
chore(doc): update readme
1 parent a24f674 commit 7e235b7

File tree

4 files changed

+7
-25
lines changed

4 files changed

+7
-25
lines changed

samples/content-generation/.gitignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

samples/document_explorer/.gitignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

samples/image-description/.gitignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

samples/rfp-answer-generation/backend/app.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,16 @@
1818

1919
from stack import IngestionStack, InferenceStack
2020

21+
USAGE_METRIC = 'uksb-1tupboc45'
22+
VERSION = '0.0.1'
23+
SOLUTION_NAME = "GenAI RFP Answers"
2124

2225
app = cdk.App()
2326

24-
ingestion_stack = IngestionStack(app, "RFPAnswers-IngestionStack")
27+
ingestion_stack = IngestionStack(
28+
app,
29+
"RFPAnswers-IngestionStack",
30+
description=f'({USAGE_METRIC})(tag: {SOLUTION_NAME})')
2531

2632
inference_stack = InferenceStack(
2733
app,

0 commit comments

Comments
 (0)