Skip to content

Commit 8c82df1

Browse files
committed
File cleanup for samples browser
1 parent 7faaeba commit 8c82df1

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

Quickstart/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ products:
88
- azure-search
99
---
1010

11-
# Python quickstart for Azure Search
11+
# Python sample for an Azure Search quickstart
1212

1313
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). It demonstrates a connection to Azure Search, creating and loading an index, and query execution.
1414

@@ -24,7 +24,7 @@ This sample is a Jupyter Python3 .ipynb file used in [Quickstart: Create and que
2424

2525
## Prerequisites
2626

27-
- [Anaconda 3.x](https://www.anaconda.com/distribution/#download-section), providing Python 3.x and Jupyter Notebooks
27+
- [Anaconda 3.x](https://www.anaconda.com/distribution/#download-section) providing Python 3.x and Jupyter Notebooks
2828
- [Azure Search service](https://docs.microsoft.com/en-us/azure/search/search-create-service-portal)
2929

3030
## Setup
@@ -33,7 +33,7 @@ This sample is a Jupyter Python3 .ipynb file used in [Quickstart: Create and que
3333
2. Extract contents if the download is a zip file. Make sure the files are read-write.
3434

3535
## Running the sample
36-
1. Start Jupyter Notebook. On Windows with Anaconda3, you can use Anaconda Navigator to launch a notebook from the Start menu.
36+
1. On the Windows Start menu, select Anaconda3, and then select Jupyter Notebook.
3737
1. Open the azure-search-quickstart.ipynb file in Jupyter Notebook
3838
1. Replace <YOUR-SERVICE-NAME> and <YOUR-ADMIN-API-KEY> with the service and api-key details of your Azure Search service
3939
1. Run each step individually

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
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. Samples are in individual folders in this repository.
44

5-
## Python Quickstart - Azure Search
5+
## Quickstart - Azure Search
66

77
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). Use this sample to learn service connections, index creation, data ingestion, and basic queries.
88

9-
## Tutorial - AI-enrichments in an Azure Search indexing pipeline
9+
## Tutorial - Add AI enrichments to an indexing pipeline
1010

1111
This sample is also a Jupyter Python3 .ipynb file. It's used in the [Python Tutorial: Call Cognitive Services APIs in an Azure Search indexing pipeline](https://docs.microsoft.com/azure/search/cognitive-search-tutorial-blob-python). This sample demonstrates cognitive search functionality, adding AI enrichments from Cognitive Services to extract, detect, and analyze information from image files or large unstructured document files.

Tutorial-AI-Enrichment-Jupyter-Notebook/README.md renamed to Tutorial-AI-Enrichment/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This sample demonstrates AI enrichment by building a cognitive search indexing p
2626

2727
## Prerequisites
2828

29-
- [Anaconda 3.x](https://www.anaconda.com/distribution/#download-section), providing Python 3.x and Jupyter Notebooks
29+
- [Anaconda 3.x](https://www.anaconda.com/distribution/#download-section) providing Python 3.x and Jupyter Notebooks
3030
- [Sample file set (mixed content types)](https://github.com/Azure-Samples/azure-search-sample-data/tree/master/mixedContent)
3131
- [Azure storage account](https://docs.microsoft.com/azure/storage/common/storage-quickstart-create-account)
3232
- [Azure Search service](https://docs.microsoft.com/en-us/azure/search/search-create-service-portal)
@@ -37,10 +37,10 @@ This sample demonstrates AI enrichment by building a cognitive search indexing p
3737
2. Extract contents if the download is a zip file. Make sure the files are read-write.
3838

3939
## Running the sample
40-
1. Start Jupyter Notebook. On Windows with Anaconda3, you can use Anaconda Navigator to launch a notebook from the Start menu.
40+
1. On the Windows Start menu, select Anaconda3, and then select Jupyter Notebook.
4141
2. Open the PythonTutorial-AzureSearch-AIEnrichment.ipynb file in Jupyter Notebook.
4242
3. Replace <YOUR-SERVICE-NAME> and <YOUR-ADMIN-API-KEY> with the service and api-key details of your Azure Search service.
4343
4. 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.
44-
5. Run each step individually
44+
5. Run each step individually.
4545

4646
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.

0 commit comments

Comments
 (0)