Skip to content

Commit 3e6135a

Browse files
author
Daniel Lorch
committed
chore: placeholder bucket name
1 parent 989a677 commit 3e6135a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/misc/fewshot_dataset_import.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"outputs": [],
106106
"source": [
107107
"# Configuration - Update these values based on your deployment of the 'notebooks/examples/dynamic-few-shot-lambda' stack\n",
108-
"S3_BUCKET_FOR_IMAGES = \"genaiidp-dynamic-few-shot-dynamicfewshotdatasetbuc-nuz4jeue5hds\" # Stack output 'DynamicFewShotDatasetBucket'\n",
108+
"S3_BUCKET_FOR_IMAGES = \"<your-dynamic-few-shot-bucket>\" # Stack output 'DynamicFewShotDatasetBucket'\n",
109109
"S3_VECTORS_BUCKET = \"genaiidp-dynamic-few-shot\"\n",
110110
"S3_VECTORS_INDEX = \"documents\"\n",
111111
"\n",

0 commit comments

Comments
 (0)