Skip to content

Commit 07d618b

Browse files
committed
Edits for code sample browser
1 parent ddf26ea commit 07d618b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Quickstart/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ page_type: sample
33
languages:
44
- python
55
- rest
6+
name: Quickstart in Python
67
products:
78
- azure
89
- azure-search
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."
10+
description: |
11+
Jupyter Python3 notebook, demonstrating index definition, data ingestion, and query execution in Azure Search using the REST APIs.
1012
urlFragment: python-sample-quickstart
1113
---
1214

Tutorial-AI-Enrichment/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ languages:
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. "
9+
name: Cognitive search AI-enriched pipeline
10+
description: |
11+
Jupyter Python3 notebook, demonstrating AI enrichment using Cognitive Services in an Azure Search indexing pipeline. Calls to Azure Search are made using REST APIs.
1012
urlFragment: python-tutorial-cognitive-search
1113
---
1214

0 commit comments

Comments
 (0)