Skip to content

Commit 25e93b5

Browse files
author
Daniel Lorch
committed
chore: update numbering + next steps
1 parent 8558561 commit 25e93b5

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

plugins/dynamic-few-shot-lambda/notebooks/fcc_invoices_dataset_import.ipynb

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"cell_type": "markdown",
7070
"metadata": {},
7171
"source": [
72-
"## 1. Install Dependencies"
72+
"## 2. Install Dependencies"
7373
]
7474
},
7575
{
@@ -117,7 +117,7 @@
117117
"cell_type": "markdown",
118118
"metadata": {},
119119
"source": [
120-
"## 2. Import Libraries and Initialize Clients"
120+
"## 3. Import Libraries and Initialize Clients"
121121
]
122122
},
123123
{
@@ -160,7 +160,7 @@
160160
"cell_type": "markdown",
161161
"metadata": {},
162162
"source": [
163-
"## 4. Load FCC Invoices Dataset"
163+
"## 5. Load FCC Invoices Dataset"
164164
]
165165
},
166166
{
@@ -276,7 +276,7 @@
276276
"cell_type": "markdown",
277277
"metadata": {},
278278
"source": [
279-
"## 5. Process Dataset and Generate Embeddings"
279+
"## 6. Process Dataset and Generate Embeddings"
280280
]
281281
},
282282
{
@@ -513,7 +513,7 @@
513513
"cell_type": "markdown",
514514
"metadata": {},
515515
"source": [
516-
"## 6. Import Dataset to S3 Vectors"
516+
"## 7. Import Dataset to S3 Vectors"
517517
]
518518
},
519519
{
@@ -648,7 +648,7 @@
648648
"cell_type": "markdown",
649649
"metadata": {},
650650
"source": [
651-
"## 7. Verify Import with Similarity Search"
651+
"## 8. Verify Import with Similarity Search"
652652
]
653653
},
654654
{
@@ -1095,7 +1095,7 @@
10951095
"cell_type": "markdown",
10961096
"metadata": {},
10971097
"source": [
1098-
"## 8. Summary and Next Steps"
1098+
"## 9. Summary and Next Steps"
10991099
]
11001100
},
11011101
{
@@ -1114,11 +1114,9 @@
11141114
"print(f\"✅ Similarity search verified\")\n",
11151115
"\n",
11161116
"print(\"\\n=== Next Steps ===\")\n",
1117-
"print(\"1. ✅ Updated attributes mapping to match actual FCC invoices dataset structure\")\n",
1118-
"print(\"2. ✅ Added ground truth label parsing from CSV data\")\n",
1119-
"print(\"3. Configure your IDP extraction to use the dynamic few-shot Lambda ARN\")\n",
1120-
"print(\"4. Test document processing with few-shot examples!\")\n",
1121-
"print(\"5. Fine-tune the label parsing logic if needed based on your specific use case\")"
1117+
"print(\"1. Configure your IDP extraction to use the dynamic few-shot Lambda ARN\")\n",
1118+
"print(\"2. Test document processing with few-shot examples and the Test Suite available in IDP to compare results\")\n",
1119+
"print(\"3. Import your own dataset using the structure provided in this notebook\")"
11221120
]
11231121
}
11241122
],

0 commit comments

Comments
 (0)