Skip to content

Commit 30bc8b6

Browse files
authored
Merge pull request #20 from HeidiSteen/heidist-master
Read me updates for code sample browser
2 parents 965032a + 81cd6f3 commit 30bc8b6

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

Quickstart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ products:
66
- azure
77
- azure-search
88
description: "This sample demonstrates a connection to Azure Search, creating and loading an index, and query execution."
9-
urlFragment: pythong-sample-quickstart
9+
urlFragment: python-sample-quickstart
1010
---
1111

1212
# Python sample for an Azure Search quickstart

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
page_type: sample
3+
languages:
4+
- python
5+
products:
6+
- azure
7+
- azure-search
8+
---
9+
110
# Python sample repository for Azure Search
211

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

Tutorial-AI-Enrichment/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
---
22
page_type: sample
3-
topic: sample
43
languages:
54
- python
5+
- rest
66
products:
77
- azure
88
- azure-search
9+
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. "
910
---
1011

12+
1113
# Get started with cognitive search AI enrichment in Azure Search
1214

1315
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).

0 commit comments

Comments
 (0)