Skip to content

Commit 4695977

Browse files
authored
Merge pull request #200151 from HeidiSteen/heidist-qs
[azure search] Consolidate skillset quickstarts
2 parents 82ca6b6 + 67dbb29 commit 4695977

15 files changed

+83
-228
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22019,6 +22019,11 @@
2201922019
"redirect_url": "/azure/scheduler/migrate-from-scheduler-to-logic-apps",
2202022020
"redirect_document_id": ""
2202122021
},
22022+
{
22023+
"source_path_from_root": "/articles/search/cognitive-search-quickstart-ocr.md",
22024+
"redirect_url": "/azure/search/cognitive-search-quickstart-blob",
22025+
"redirect_document_id": false
22026+
},
2202222027
{
2202322028
"source_path_from_root": "/articles/search/knowledge-store-view-storage-explorer.md",
2202422029
"redirect_url": "/azure/search/knowledge-store-create-portal#view-kstore",

articles/search/TOC.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@
1919
href: search-create-app-portal.md
2020
- name: Create a knowledge store
2121
href: knowledge-store-create-portal.md
22-
- name: Translate text and recognize entities
22+
- name: Create a skillset
2323
href: cognitive-search-quickstart-blob.md
24-
- name: Apply OCR and image analysis
25-
href: cognitive-search-quickstart-ocr.md
2624
- name: Query with Search Explorer
2725
href: search-explorer.md
2826
- name: Visual Studio Code

articles/search/cognitive-search-concept-intro.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,7 @@ To repeat any of the above steps, [reset the indexer](search-howto-reindex.md) b
159159

160160
## Next steps
161161

162-
+ [Quickstart: Create a text translation and entity skillset](cognitive-search-quickstart-blob.md)
163-
+ [Quickstart: Create an OCR image skillset](cognitive-search-quickstart-ocr.md)
162+
+ [Quickstart: Create a skillset for AI enrichment](cognitive-search-quickstart-blob.md)
164163
+ [Tutorial: Learn about the AI enrichment REST APIs](cognitive-search-tutorial-blob.md)
165164
+ [Skillset concepts](cognitive-search-working-with-skillsets.md)
166165
+ [Knowledge store concepts](knowledge-store-concept-intro.md)

articles/search/cognitive-search-concept-troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 09/16/2021
1313

1414
This article contains a list of tips and tricks to keep you moving as you get started with AI enrichment capabilities in Azure Cognitive Search.
1515

16-
If you haven't already, step through either the [Create a text translation and entity skillset](cognitive-search-quickstart-blob.md) or [Create an OCR image skillset](cognitive-search-quickstart-ocr.md) quickstarts for an introduction to enrichment of blob data.
16+
If you haven't already, step through [Quickstart: Create a skillset for AI enrichment](cognitive-search-quickstart-blob.md) for an introduction to enrichment of blob data.
1717

1818
## Tip 1: Start with a small dataset
1919
The best way to find issues quickly is to increase the speed at which you can fix issues. The best way to reduce the indexing time is by reducing the number of documents to be indexed.

articles/search/cognitive-search-quickstart-blob.md

Lines changed: 73 additions & 56 deletions
Large diffs are not rendered by default.

articles/search/cognitive-search-quickstart-ocr.md

Lines changed: 0 additions & 161 deletions
This file was deleted.

articles/search/index.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,8 @@ landingContent:
6969
url: search-get-started-portal.md
7070
- text: Create a demo app
7171
url: search-create-app-portal.md
72-
- text: Translate text and recognize entities
72+
- text: Create a skillset for AI enrichment
7373
url: cognitive-search-quickstart-blob.md
74-
- text: Apply OCR and image analysis
75-
url: cognitive-search-quickstart-ocr.md
76-
7774

7875
# Card
7976
- title: Index data
5.31 KB
Loading
-14.7 KB
Loading
14.7 KB
Loading

0 commit comments

Comments
 (0)