Skip to content

Commit edf572a

Browse files
authored
Merge pull request #38 from Azure-Samples/liamca-10-21-20
Updated readme to link to new v11 code
2 parents 66958ed + a2d4365 commit edf572a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Quickstart/v11/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ urlFragment: python-sample-quickstart
1515

1616
![Flask sample MIT license badge](https://img.shields.io/badge/license-MIT-green.svg)
1717

18-
Demonstrates connecting to Azure Cognitive Search, creating and loading an index consisting of fictitious hotel data, and running queries. A Jupyter Python Notebook is used to run this code. Calls to Azure Cognitive Search are through the REST APIs.
18+
Demonstrates using Python and the Azure SDK for Python to create an Azure Cognitive Search index, load it with documents, and execute a few queries. The index is modeled on a subset of the Hotels dataset, reduced for readability and comprehension. Index definition and documents are included in the code.
1919

20-
This sample is a Jupyter Python3 .ipynb file used in [Quickstart: Create and query a search index using a Jupyter Python notebook](https://docs.microsoft.com/azure/search/search-get-started-python)
20+
This sample is a Jupyter Python3 .ipynb file to perform the actions against the Cognitive Search service.
2121

2222
## Contents
2323

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

3434
- [Anaconda 3.x](https://www.anaconda.com/distribution/#download-section) providing Python 3.x and Jupyter Notebooks
3535
- [Azure Cognitive Search service](https://docs.microsoft.com/azure/search/search-create-service-portal)
36+
- Azure Cognitive Search SDK for Python (pip install azure-search-documents --pre)
3637

3738
## Setup
3839

@@ -42,7 +43,7 @@ This sample is a Jupyter Python3 .ipynb file used in [Quickstart: Create and que
4243
## Running the sample
4344
1. On the Windows Start menu, select Anaconda3, and then select Jupyter Notebook.
4445
1. Open the azure-search-quickstart.ipynb file in Jupyter Notebook
45-
1. Replace <YOUR-SERVICE-NAME> and <YOUR-ADMIN-API-KEY> with the service and api-key details of your search service
46+
1. Replace <service_name> <admin_key> and <query_key> with the service and api-key details of your search service
4647
1. Run each step individually
4748

4849
## Next steps

0 commit comments

Comments
 (0)