Skip to content

Commit 91c7dd3

Browse files
authored
Merge pull request #8 from HeidiSteen/heidist-master
Readme update and filename changes
2 parents faeba52 + 7b3e3b9 commit 91c7dd3

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed
File renamed without changes.

README.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,30 @@ products:
1111
---
1212
# Azure Search Python Samples repository
1313

14-
This repository contains Python sample code used in Azure Search quickstarts, tutorials, and examples.
14+
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.
1515

16-
## Quickstart-Jupyter-Notebook
16+
## Quickstart
1717

18-
This sample is a .ipynb file containing a Python3 notebook 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). There are two placeholder values for an Azure Search service and admin API key. Replace them with valid values to create, load, and query an index on your own service.
18+
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).
19+
20+
### Running the quickstart
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
23+
+ Run each step individually
1924

2025
## Tutorial-AI-Enrichment-Jupyter-Notebook
2126

22-
This sample is a .ipynb file containing a Python3 notebook used in [Tutorial: Python Tutorial: Call Cognitive Services APIs in an Azure Search indexing pipeline](https://docs.microsoft.com/azure/search/cognitive-search-tutorial-blob-python). There are three placeholder values to insert: an Azure Search service, an admin API key, and a connection string to a blob storage resource that you will create in the tutorial. Replace them with valid values to create an indexing pipeline that searches for and extracts text and text representations of images and scanned documents. This sample leverages cognitive skills from the Azure Cognitive Services API, such as entity recognition and language detection.
27+
This sample is a Jupyter Python3 .ipynb file used in [Python Tutorial: Call Cognitive Services APIs in an Azure Search indexing pipeline](https://docs.microsoft.com/azure/search/cognitive-search-tutorial-blob-python).
28+
29+
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.
30+
31+
### Running the tutorial
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
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.
35+
+ Run each step individually
36+
37+
By sequentially executing each step, you can verify the printed response status or response output appears before continuing to the next step. The step that creates the indexer, in particular, may take a few minutes to complete. See the tutorial for more details.
38+
39+
2340

24-
Run the steps individually and make sure the printed response status or response output appears before continuing to the next step. The step that creates the indexer, in particular, may take a few minutes to complete. See the tutorial for more details.

0 commit comments

Comments
 (0)