You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ This sample is a Jupyter Python3 .ipynb file used in [Quickstart: Create and que
19
19
20
20
### Running the quickstart
21
21
+ Open the azure-search-quickstart.ipynb file in Jupyter Notebook
22
-
+ Replace <YOUR-SERVICE-NAME> and <YOUR-ADMIN-KEY> with the service and api-key details of your Azure Search service
22
+
+ Replace <YOUR-SERVICE-NAME> and <YOUR-ADMIN-API-KEY> with the service and api-key details of your Azure Search service
23
23
+ Run each step individually
24
24
25
25
## Tutorial-AI-Enrichment-Jupyter-Notebook
@@ -30,7 +30,7 @@ This sample creates an Azure Search indexing pipeline that searches for and extr
30
30
31
31
### Running the tutorial
32
32
+ Open the PythonTutorial-AzureSearch-AIEnrichment.ipynb file in Jupyter Notebook
33
-
+ Replace <YOUR-SERVICE-NAME> and <YOUR-ADMIN-KEY> with the service and api-key details of your Azure Search service
33
+
+ Replace <YOUR-SERVICE-NAME> and <YOUR-ADMIN-API-KEY> with the service and api-key details of your Azure Search service
34
34
+ Replace <YOUR-BLOB-RESOURCE-CONNECTION-STRING> with a connection string to an Azure Blob storage resource that you created, and to which you uploaded [content files](https://github.com/Azure-Samples/azure-search-sample-data/tree/master/mixedContent) of various file types.
0 commit comments