Skip to content

Commit 2b20388

Browse files
committed
readme updates
1 parent 5b57894 commit 2b20388

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
---
22
page_type: sample
3+
topic: sample
34
languages:
45
- python
56
products:
7+
- azure
68
- azure-search
79
---
10+
811
# Python sample repository for Azure Search
912

1013
This repository contains Python sample code used in Azure Search quickstarts, tutorials, and examples. You can use the shared (free) Azure Search service to run any sample in this repository.
@@ -13,7 +16,7 @@ This repository contains Python sample code used in Azure Search quickstarts, tu
1316

1417
This sample is a Jupyter Python3 .ipynb file used in [Quickstart: Create and query an Azure Search index using a Jupyter Python notebook](https://docs.microsoft.com/azure/search/search-get-started-python).
1518

16-
### Running the quickstart
19+
### Run the quickstart
1720
+ Open the azure-search-quickstart.ipynb file in Jupyter Notebook
1821
+ Replace <YOUR-SERVICE-NAME> and <YOUR-ADMIN-API-KEY> with the service and api-key details of your Azure Search service
1922
+ Run each step individually
@@ -24,7 +27,7 @@ This sample is a Jupyter Python3 .ipynb file used in [Python Tutorial: Call Cogn
2427

2528
This sample creates an Azure Search indexing pipeline that searches for and extracts text and text representations of images and scanned documents stored as blobs in Azure Blob storage. This sample leverages cognitive skills from the Azure Cognitive Services API, such as entity recognition and language detection.
2629

27-
### Running the tutorial
30+
### Run the tutorial
2831
+ Open the PythonTutorial-AzureSearch-AIEnrichment.ipynb file in Jupyter Notebook
2932
+ Replace <YOUR-SERVICE-NAME> and <YOUR-ADMIN-API-KEY> with the service and api-key details of your Azure Search service
3033
+ 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

Comments
 (0)