Skip to content

Commit 6c21c64

Browse files
committed
Tessa's feedback
1 parent 5befe65 commit 6c21c64

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

articles/search/knowledge-store-create-rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Create the following services:
2525

2626
- Create an [Azure storage account](https://docs.microsoft.com/azure/storage/common/storage-quickstart-create-account) to store the sample data and the knowledge store. Your storage account must use the same location (such as US-West) for your Azure Search service. The value for **Account kind** must be **StorageV2 (general purpose V2)** (default) or **Storage (general purpose V1)**.
2727

28-
- Recommended: Get the [Postman desktop app](https://www.getpostman.com/) for sending requests to Azure Search. You can use the REST API with any tool that's capable of working with HTTP requests and responses. Postman is a good choice for exploring REST APIs. We use Postman in this article. Also, the [source code](https://github.com/Azure-Samples/azure-search-postman-samples/blob/master/knowledge-store/KnowledgeStore.postman_collection.json) for this article includes a Postman collection of requests.
28+
- Recommended: Get the [Postman desktop app](https://www.getpostman.com/) for sending requests to Azure Search. You can use the REST API with any tool that's capable of working with HTTP requests and responses. Postman is a good choice for exploring REST APIs. We use Postman in this article. Also, the [source code](https://github.com/Azure-Samples/azure-search-postman-samples/tree/master/knowledge-store) for this article includes a Postman collection of requests.
2929

3030
## Store the data
3131

articles/search/search-blob-ai-integration.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Use AI to understand Blob data
2+
title: Use AI to understand Blob storage data
33
titleSuffix: Azure Search
44
description: Add semantic, natural language processing and image analysis to Azure blobs using an AI enrichment pipeline in Azure Search.
55

@@ -11,7 +11,7 @@ ms.topic: conceptual
1111
ms.date: 10/09/2019
1212
---
1313

14-
# Use AI to understand Blob data
14+
# Use AI to understand Blob storage data
1515

1616
Data in Azure Blob storage is often a variety of unstructured content such as images, long text, PDFs, and Office documents. By using the AI capabilities in Azure Search, you can understand and extract valuable information from blobs in a variety of ways. Examples of applying AI to blob content include:
1717

@@ -108,7 +108,6 @@ An enriched document at the end of the pipeline differs from its original input
108108

109109
There’s a lot more you can do with AI enrichment to get the most out of your data in Azure Storage, including combining Cognitive Services in different ways, and authoring custom skills for cases where there’s no existing Cognitive Service for the scenario. You can learn more by following the links below.
110110

111-
> [!div class="nextstepaction"]
112-
> [AI enrichment overview](cognitive-search-concept-intro.md)
113-
> [Create a skillset](cognitive-search-defining-skillset.md)
114-
> [Map nodes in an annotation tree](cognitive-search-output-field-mapping.md)
111+
+ [AI enrichment overview](cognitive-search-concept-intro.md)
112+
+ [Create a skillset](cognitive-search-defining-skillset.md)
113+
+ [Map nodes in an annotation tree](cognitive-search-output-field-mapping.md)

0 commit comments

Comments
 (0)