Skip to content

Commit 7152a62

Browse files
committed
fixed typo in filename
1 parent 4bbcfac commit 7152a62

10 files changed

+11
-11
lines changed

articles/search/.openpublishing.redirection.search.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"redirect_document_id": true
1212
},
1313
{
14-
"source_path_from_root": "/articles/search/tutorial-skillset-md",
14+
"source_path_from_root": "/articles/search/tutorial-skillset.md",
1515
"redirect_url": "/azure/search/tutorial-skillset.md",
1616
"redirect_document_id": true
1717
},

articles/search/chat-completion-skill-example-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ This section supplements the [skill reference](cognitive-search-defining-skillse
117117
Once the basic framework of your skillset is created and Azure AI services is configured, you can focus on each individual image skill, defining inputs and source context, and mapping outputs to fields in either an index or knowledge store.
118118

119119
> [!NOTE]
120-
> For an example skillset that combines image processing with downstream natural language processing, see [REST Tutorial: Use REST and AI to generate searchable content from Azure blobs](tutorial-skillset-md). It shows how to feed skill imaging output into entity recognition and key phrase extraction.
120+
> For an example skillset that combines image processing with downstream natural language processing, see [REST Tutorial: Use REST and AI to generate searchable content from Azure blobs](tutorial-skillset.md). It shows how to feed skill imaging output into entity recognition and key phrase extraction.
121121
122122
### Example inputs for image processing
123123

articles/search/cognitive-search-concept-image-scenarios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ This section supplements the [skill reference](cognitive-search-predefined-skill
166166
Once the basic framework of your skillset is created and Azure AI services is configured, you can focus on each individual image skill, defining inputs and source context, and mapping outputs to fields in either an index or knowledge store.
167167

168168
> [!NOTE]
169-
> For an example skillset that combines image processing with downstream natural language processing, see [REST Tutorial: Use REST and AI to generate searchable content from Azure blobs](tutorial-skillset-md). It shows how to feed skill imaging output into entity recognition and key phrase extraction.
169+
> For an example skillset that combines image processing with downstream natural language processing, see [REST Tutorial: Use REST and AI to generate searchable content from Azure blobs](tutorial-skillset.md). It shows how to feed skill imaging output into entity recognition and key phrase extraction.
170170
171171
### Inputs for image processing
172172

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ To repeat any of the above steps, [reset the indexer](search-howto-reindex.md) b
135135
## Next steps
136136

137137
+ [Quickstart: Create a skillset for AI enrichment](search-get-started-skillset.md)
138-
+ [Tutorial: Learn about the AI enrichment REST APIs](tutorial-skillset-md)
138+
+ [Tutorial: Learn about the AI enrichment REST APIs](tutorial-skillset.md)
139139
+ [Skillset concepts](cognitive-search-working-with-skillsets.md)
140140
+ [Knowledge store concepts](knowledge-store-concept-intro.md)
141141
+ [Create a skillset](cognitive-search-defining-skillset.md)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ For [parallel indexing](search-howto-large-index.md), distribute your data into
7171
## See also
7272

7373
+ [Quickstart: Create an AI enrichment pipeline in the Azure portal](search-get-started-skillset.md)
74-
+ [Tutorial: Learn AI enrichment REST APIs](tutorial-skillset-md)
74+
+ [Tutorial: Learn AI enrichment REST APIs](tutorial-skillset.md)
7575
+ [How to configure blob indexers](search-howto-indexing-azure-blob-storage.md)
7676
+ [How to define a skillset](cognitive-search-defining-skillset.md)
7777
+ [How to map enriched fields to an index](cognitive-search-output-field-mapping.md)

articles/search/cognitive-search-predefined-skills.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ For guidance on creating a custom skill, see [Define a custom interface](cogniti
8181

8282
+ [How to define a skillset](cognitive-search-defining-skillset.md)
8383
+ [Custom Skills interface definition](cognitive-search-custom-skill-interface.md)
84-
+ [Tutorial: Enriched indexing with AI](tutorial-skillset-md)
84+
+ [Tutorial: Enriched indexing with AI](tutorial-skillset.md)

articles/search/samples-rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Code samples from the Azure AI Search team demonstrate features and workflows. M
3030
| [quickstart](https://github.com/Azure-Samples/azure-search-rest-samples/tree/main/Quickstart) | Source code for the REST portion of [Quickstart: Full-text search](search-get-started-text.md). This sample covers the basic workflow for creating, loading, and querying a search index using sample data. |
3131
| [quickstart-vectors](https://github.com/Azure-Samples/azure-search-rest-samples/tree/main/Quickstart-vectors) | Source code for [Quickstart: Vector search using REST APIs](search-get-started-vector.md). This sample covers the basic workflow for indexing and querying vector data. |
3232
| [quickstart-agentic-retrieval](https://github.com/Azure-Samples/azure-search-rest-samples/tree/main/Quickstart-agentic-retrieval) | Source code for the REST portion of [Quickstart: Run agentic retrieval in Azure AI Search](search-get-started-agentic-retrieval.md). This sample shows you how to create a knowledge agent in Azure AI Search to integrate LLM reasoning into query planning. |
33-
| [skillset-tutorial](https://github.com/Azure-Samples/azure-search-rest-samples/tree/main/skillset-tutorial) | Source code for [Tutorial: Use REST and AI to generate searchable content from Azure blobs](tutorial-skillset-md). This sample shows you how to create a skillset that iterates over Azure blobs to extract information and infer structure.|
33+
| [skillset-tutorial](https://github.com/Azure-Samples/azure-search-rest-samples/tree/main/skillset-tutorial) | Source code for [Tutorial: Use REST and AI to generate searchable content from Azure blobs](tutorial-skillset.md). This sample shows you how to create a skillset that iterates over Azure blobs to extract information and infer structure.|
3434
| [skill examples](https://github.com/Azure-Samples/azure-search-rest-samples/tree/main/skill-examples) | Skillset examples in indexer pipelines that include indexes and indexers so that you can follow field mappings, output field mappings, and source paths. |
3535
| [debug-sessions](https://github.com/Azure-Samples/azure-search-rest-samples/tree/main/Debug-sessions) | Source code for [Tutorial: Diagnose, repair, and commit changes to your skillset](cognitive-search-tutorial-debug-sessions.md). This sample shows you how to use a skillset debug session in the Azure portal. REST is used to create the objects used during debug.|
3636
| [custom-analyzers](https://github.com/Azure-Samples/azure-search-rest-samples/tree/main/custom-analyzers) | Source code for [Tutorial: Create a custom analyzer for phone numbers](tutorial-create-custom-analyzer.md). This sample explains how to use analyzers to preserve patterns and special characters in searchable content.|

articles/search/search-get-started-skillset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,4 +195,4 @@ If you used a free service, remember that you're limited to three indexes, index
195195
You can create skillsets using the Azure portal, .NET SDK, or REST API. To further your knowledge, try the REST API by using a REST client and more sample data:
196196

197197
> [!div class="nextstepaction"]
198-
> [Tutorial: Use skillsets to generate searchable content in Azure AI Search](tutorial-skillset-md)
198+
> [Tutorial: Use skillsets to generate searchable content in Azure AI Search](tutorial-skillset.md)

articles/search/search-howto-incremental-index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ To verify whether the cache is operational, modify a skillset and run the indexe
174174

175175
Skillsets that include image analysis and Optical Character Recognition (OCR) of scanned documents make good test cases. If you modify a downstream text skill or any skill that isn't image-related, the indexer can retrieve all of the previously processed image and OCR content from cache, updating and processing only the text-related changes indicated by your edits. You can expect to see fewer documents in the indexer execution document count, shorter execution times, and fewer charges on your bill.
176176

177-
The [file set](https://github.com/Azure-Samples/azure-search-sample-data/tree/main/ai-enrichment-mixed-media) used in [cog-search-demo tutorials](tutorial-skillset-md) is a useful test case because it contains 14 files of various formats JPG, PNG, HTML, DOCX, PPTX, and other types. Change `en` to `es` or another language in the text translation skill for proof-of-concept testing of incremental enrichment.
177+
The [file set](https://github.com/Azure-Samples/azure-search-sample-data/tree/main/ai-enrichment-mixed-media) used in [cog-search-demo tutorials](tutorial-skillset.md) is a useful test case because it contains 14 files of various formats JPG, PNG, HTML, DOCX, PPTX, and other types. Change `en` to `es` or another language in the text translation skill for proof-of-concept testing of incremental enrichment.
178178

179179
## Common errors
180180

@@ -191,4 +191,4 @@ Incremental enrichment is applicable on indexers that contain skillsets, providi
191191
+ [Incremental enrichment (lifecycle and management)](cognitive-search-incremental-indexing-conceptual.md)
192192
+ [Skillset concepts and composition](cognitive-search-working-with-skillsets.md)
193193
+ [Create a skillset](cognitive-search-defining-skillset.md)
194-
+ [Tutorial: Use REST and AI to generate searchable content from Azure blobs](tutorial-skillset-md)
194+
+ [Tutorial: Use REST and AI to generate searchable content from Azure blobs](tutorial-skillset.md)

articles/search/search-howto-reindex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ Deleting a document doesn't immediately free up space in the index. Every few mi
327327

328328
1. Check the values of the document key field: `search=*&$select=HotelId`. A simple string is straightforward, but if the index uses a base-64 encoded field, or if search documents were generated from a `parsingMode` setting, you might be working with values that you aren't familiar with.
329329

330-
1. [Look up the document](/rest/api/searchservice/documents/get) to verify the value of the document ID and to review its content before deleting it. Specify the key or document ID in the request. The following examples illustrate a simple string for the [Hotels sample index](search-get-started-portal.md) and a base-64 encoded string for the metadata_storage_path key of the [cog-search-demo index](tutorial-skillset-md).
330+
1. [Look up the document](/rest/api/searchservice/documents/get) to verify the value of the document ID and to review its content before deleting it. Specify the key or document ID in the request. The following examples illustrate a simple string for the [Hotels sample index](search-get-started-portal.md) and a base-64 encoded string for the metadata_storage_path key of the [cog-search-demo index](tutorial-skillset.md).
331331

332332
```http
333333
GET https://[service name].search.windows.net/indexes/hotel-sample-index/docs/1111?api-version=2024-07-01

0 commit comments

Comments
 (0)