Skip to content

Commit ab054c8

Browse files
authored
Merge pull request #11 from HeidiSteen/heidist-master
Identified input requirements and long-processing times.
2 parents f55b8e3 + 3278453 commit ab054c8

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

Quickstart/azure-search-quickstart.ipynb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@
1111
"from pprint import pprint"
1212
]
1313
},
14+
{
15+
"cell_type": "markdown",
16+
"metadata": {},
17+
"source": [
18+
"Add the name and key of your search service."
19+
]
20+
},
1421
{
1522
"cell_type": "code",
1623
"execution_count": null,

Tutorial-AI-Enrichment-Jupyter-Notebook/PythonTutorial-AzureSearch-AIEnrichment.ipynb

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424
"indexer_name=\"cogsrch-py-indexer\"\n"
2525
]
2626
},
27+
{
28+
"cell_type": "markdown",
29+
"metadata": {},
30+
"source": [
31+
"Add the name and key of your search service."
32+
]
33+
},
2734
{
2835
"cell_type": "code",
2936
"execution_count": null,
@@ -39,6 +46,13 @@
3946
"}"
4047
]
4148
},
49+
{
50+
"cell_type": "markdown",
51+
"metadata": {},
52+
"source": [
53+
"Add the full connection string to your storage account. This step assumes \"basic-demo-data-pr\" as the container name. Replace that string as well if your container name is different."
54+
]
55+
},
4256
{
4357
"cell_type": "code",
4458
"execution_count": null,
@@ -206,6 +220,13 @@
206220
"print(r.status_code)"
207221
]
208222
},
223+
{
224+
"cell_type": "markdown",
225+
"metadata": {},
226+
"source": [
227+
"The next step, Create an indexer, is where all the deep processing occurs. This step takes several minutes to complete. "
228+
]
229+
},
209230
{
210231
"cell_type": "code",
211232
"execution_count": null,

0 commit comments

Comments
 (0)