You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/search/knowledge-store-create-rest.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Create the following services:
25
25
26
26
- 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)**.
27
27
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.
Copy file name to clipboardExpand all lines: articles/search/search-blob-ai-integration.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Use AI to understand Blob data
2
+
title: Use AI to understand Blob storage data
3
3
titleSuffix: Azure Search
4
4
description: Add semantic, natural language processing and image analysis to Azure blobs using an AI enrichment pipeline in Azure Search.
5
5
@@ -11,7 +11,7 @@ ms.topic: conceptual
11
11
ms.date: 10/09/2019
12
12
---
13
13
14
-
# Use AI to understand Blob data
14
+
# Use AI to understand Blob storage data
15
15
16
16
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:
17
17
@@ -108,7 +108,8 @@ An enriched document at the end of the pipeline differs from its original input
108
108
109
109
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.
> [Create a skillset](cognitive-search-defining-skillset.md)
114
-
> [Map nodes in an annotation tree](cognitive-search-output-field-mapping.md)
111
+
+[Upload, download, and list blobs with the Azure portal (Azure Blob storage)](https://docs.microsoft.com/azure/storage/blobs/storage-quickstart-blobs-portal)
112
+
+[Set up a blob indexer (Azure Search)](search-howto-indexing-azure-blob-storage.md)
Copy file name to clipboardExpand all lines: articles/search/search-blob-storage-integration.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,5 +66,5 @@ A more permanent solution is to gather query inputs and present the response as
66
66
67
67
## Next steps
68
68
69
-
> [!div class="nextstepaction"]
70
-
>[Set up a blob indexer](search-howto-indexing-azure-blob-storage.md)
69
+
+[Upload, download, and list blobs with the Azure portal (Azure Blob storage)](https://docs.microsoft.com/azure/storage/blobs/storage-quickstart-blobs-portal)
70
+
+[Set up a blob indexer (Azure Search)](search-howto-indexing-azure-blob-storage.md)
0 commit comments