|
69 | 69 | "cell_type": "markdown", |
70 | 70 | "metadata": {}, |
71 | 71 | "source": [ |
72 | | - "## 1. Install Dependencies" |
| 72 | + "## 2. Install Dependencies" |
73 | 73 | ] |
74 | 74 | }, |
75 | 75 | { |
|
117 | 117 | "cell_type": "markdown", |
118 | 118 | "metadata": {}, |
119 | 119 | "source": [ |
120 | | - "## 2. Import Libraries and Initialize Clients" |
| 120 | + "## 3. Import Libraries and Initialize Clients" |
121 | 121 | ] |
122 | 122 | }, |
123 | 123 | { |
|
160 | 160 | "cell_type": "markdown", |
161 | 161 | "metadata": {}, |
162 | 162 | "source": [ |
163 | | - "## 4. Load FCC Invoices Dataset" |
| 163 | + "## 5. Load FCC Invoices Dataset" |
164 | 164 | ] |
165 | 165 | }, |
166 | 166 | { |
|
276 | 276 | "cell_type": "markdown", |
277 | 277 | "metadata": {}, |
278 | 278 | "source": [ |
279 | | - "## 5. Process Dataset and Generate Embeddings" |
| 279 | + "## 6. Process Dataset and Generate Embeddings" |
280 | 280 | ] |
281 | 281 | }, |
282 | 282 | { |
|
513 | 513 | "cell_type": "markdown", |
514 | 514 | "metadata": {}, |
515 | 515 | "source": [ |
516 | | - "## 6. Import Dataset to S3 Vectors" |
| 516 | + "## 7. Import Dataset to S3 Vectors" |
517 | 517 | ] |
518 | 518 | }, |
519 | 519 | { |
|
648 | 648 | "cell_type": "markdown", |
649 | 649 | "metadata": {}, |
650 | 650 | "source": [ |
651 | | - "## 7. Verify Import with Similarity Search" |
| 651 | + "## 8. Verify Import with Similarity Search" |
652 | 652 | ] |
653 | 653 | }, |
654 | 654 | { |
|
1095 | 1095 | "cell_type": "markdown", |
1096 | 1096 | "metadata": {}, |
1097 | 1097 | "source": [ |
1098 | | - "## 8. Summary and Next Steps" |
| 1098 | + "## 9. Summary and Next Steps" |
1099 | 1099 | ] |
1100 | 1100 | }, |
1101 | 1101 | { |
|
1114 | 1114 | "print(f\"✅ Similarity search verified\")\n", |
1115 | 1115 | "\n", |
1116 | 1116 | "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\")" |
1122 | 1120 | ] |
1123 | 1121 | } |
1124 | 1122 | ], |
|
0 commit comments