Skip to content

Commit 10cedc7

Browse files
authored
Merge pull request #21 from HeidiSteen/heidist-master
Removing links from first paragraph
2 parents 30bc8b6 + 0109fb4 commit 10cedc7

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Quickstart/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,19 @@
22
page_type: sample
33
languages:
44
- python
5+
- rest
56
products:
67
- azure
78
- azure-search
8-
description: "This sample demonstrates a connection to Azure Search, creating and loading an index, and query execution."
9+
description: "This Python sample demonstrates a connection to Azure Search, creating and loading an index, and query execution. Calls to Azure Search are made using REST APIs."
910
urlFragment: python-sample-quickstart
1011
---
1112

1213
# Python sample for an Azure Search quickstart
1314

14-
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.
15+
Demonstrates connecting to Azure 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 Search are through the REST APIs
16+
17+
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

1619
## Contents
1720

Tutorial-AI-Enrichment/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ description: "This Python sample Jupyter notebook demonstrates AI enrichment usi
1212

1313
# Get started with cognitive search AI enrichment in Azure Search
1414

15-
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).
15+
Demonstrates AI enrichment by building a cognitive search indexing pipeline that detects 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. It uses the REST APIs to make calls to Azure Search, including index definition, data ingestion and AI enrichment, and query execution.
1616

17-
This sample demonstrates AI enrichment by building a cognitive search indexing pipeline that detects 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.
17+
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).
1818

1919
## Contents
2020

0 commit comments

Comments
 (0)