Skip to content

Commit 6cc481b

Browse files
committed
More metadata cleanup
1 parent 0109fb4 commit 6cc481b

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

Quickstart/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ 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
1110
---
1211

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

1514
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
1615

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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ products:
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. "
1010
---
1111

12-
1312
# Get started with cognitive search AI enrichment in Azure Search
1413

1514
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)