Skip to content

Commit 15ffe70

Browse files
authored
Merge pull request #22 from HeidiSteen/heidist-master
Restored URL fragments
2 parents 10cedc7 + e2ce2f5 commit 15ffe70

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Quickstart/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ products:
77
- azure
88
- azure-search
99
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."
10-
urlFragment: python-sample-quickstart
10+
urlFragment: python-quickstart-azure-search
1111
---
1212

13-
# Python sample for an Azure Search quickstart
13+
# Quickstart sample for Azure Search using Python
1414

1515
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
1616

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
page_type: sample
32
languages:
43
- python
4+
- rest
55
products:
66
- azure
77
- azure-search

Tutorial-AI-Enrichment/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ products:
77
- azure
88
- azure-search
99
description: "This Python sample Jupyter notebook demonstrates AI enrichment using Cognitive Services in an Azure Search indexing pipeline. Calls to Azure Search are made using REST APIs. "
10+
urlFragment: python-tutorial-cognitive-search
1011
---
1112

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

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

0 commit comments

Comments
 (0)