|
1 | 1 | ---
|
2 |
| -title: "Quickstart: Create a knowledge store in the Azure portal" |
| 2 | +title: "Quickstart: Create a Knowledge Store in the Azure Portal" |
3 | 3 | titleSuffix: Azure AI Search
|
4 |
| -description: Use the Import data wizard to create a knowledge store used for persisting enriched content. Connect to a knowledge store for analysis from other apps, or send enriched content to downstream processes. |
5 |
| -author: HeidiSteen |
6 |
| -ms.author: heidist |
| 4 | +description: Learn how to use the Import Data wizard to create a knowledge store for persisting enriched content. Connect to a knowledge store for analysis from other apps or send enriched content to downstream processes. |
| 5 | +author: haileytap |
| 6 | +ms.author: haileytapia |
7 | 7 | manager: nitinme
|
8 | 8 | ms.service: azure-ai-search
|
9 | 9 | ms.topic: quickstart
|
10 |
| -ms.date: 12/10/2024 |
| 10 | +ms.date: 03/04/2025 |
11 | 11 | ms.custom:
|
12 | 12 | - mode-ui
|
13 | 13 | - ignite-2023
|
14 | 14 | ---
|
15 | 15 |
|
16 | 16 | # Quickstart: Create a knowledge store in the Azure portal
|
17 | 17 |
|
18 |
| -In this quickstart, you create a [knowledge store](knowledge-store-concept-intro.md) that serves as a repository for output generated from an [AI enrichment pipeline](cognitive-search-concept-intro.md) in Azure AI Search. A knowledge store makes generated content available in Azure Storage for workloads other than search. |
| 18 | +In this quickstart, you create a [knowledge store](knowledge-store-concept-intro.md) that serves as a repository for output generated from an [AI enrichment pipeline](cognitive-search-concept-intro.md) in Azure AI Search. A knowledge store makes generated content available in Azure Storage for workloads other than search. |
19 | 19 |
|
20 |
| -First, you set up some sample data in Azure Storage. Next, you run the **Import data** wizard to create an enrichment pipeline that also generates a knowledge store. The knowledge store contains original source content pulled from the data source (customer reviews of a hotel), plus AI-generated content that includes a sentiment label, key phrase extraction, and text translation of non-English customer comments. |
| 20 | +First, you set up sample data in Azure Storage. Next, you run the **Import data** wizard to create an enrichment pipeline that also generates a knowledge store. The knowledge store contains original source content pulled from the data source (customer reviews of a hotel), plus AI-generated content that includes a sentiment label, key phrase extraction, and text translation of non-English customer comments. |
21 | 21 |
|
22 | 22 | ## Prerequisites
|
23 | 23 |
|
24 |
| -Before you begin, have the following prerequisites in place: |
25 |
| - |
26 | 24 | + An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/).
|
27 | 25 |
|
28 |
| -+ Azure AI Search. [Create a service](search-create-service-portal.md) or [find an existing service](https://portal.azure.com/#blade/HubsExtension/BrowseResourceBlade/resourceType/Microsoft.Search%2FsearchServices) in your account. You can use a free service for this quickstart. |
| 26 | ++ An Azure AI Search service. [Create a service](search-create-service-portal.md) or [find an existing service](https://portal.azure.com/#blade/HubsExtension/BrowseResourceBlade/resourceType/Microsoft.Search%2FsearchServices) in your current subscription. For this quickstart, you can use a free service. |
29 | 27 |
|
30 |
| -+ Azure Storage. [Create an account](/azure/storage/common/storage-account-create) or [find an existing account](https://portal.azure.com/#blade/HubsExtension/BrowseResourceBlade/resourceType/Microsoft.Storage%2storageAccounts/). The account type must be **StorageV2 (general purpose V2)**. |
| 28 | ++ An Azure Storage account. [Create an account](/azure/storage/common/storage-account-create) or [find an existing account](https://portal.azure.com/#blade/HubsExtension/BrowseResourceBlade/resourceType/Microsoft.Storage%2storageAccounts/). The account type must be **StorageV2 (general purpose V2)**. |
31 | 29 |
|
32 | 30 | + Sample data hosted in Azure Storage:
|
33 | 31 |
|
34 |
| - [Download HotelReviews_Free.csv](https://github.com/Azure-Samples/azure-search-sample-data/blob/main/hotelreviews/HotelReviews_data.csv). This CSV contains 19 pieces of customer feedback about a single hotel (originates from Kaggle.com). The file is in a repo with other sample data. If you don't want the whole repo, copy the raw content and paste it into a spreadsheet app on your device. |
| 32 | + + [Download HotelReviews_Free.csv](https://github.com/Azure-Samples/azure-search-sample-data/blob/main/hotelreviews/HotelReviews_data.csv), which contains 19 pieces of customer feedback about a single hotel (originates from Kaggle.com). This CSV is in a repo with other sample data. If you don't want the whole repo, copy the raw content and paste it into a spreadsheet app on your device. |
35 | 33 |
|
36 |
| - [Upload the file to a blob container](/azure/storage/blobs/storage-quickstart-blobs-portal) in Azure Storage. |
| 34 | + + [Upload the file to a blob container](/azure/storage/blobs/storage-quickstart-blobs-portal) in Azure Storage. |
37 | 35 |
|
38 |
| -This quickstart also uses [Azure AI services](https://azure.microsoft.com/services/cognitive-services/) for AI enrichment. Because the workload is so small, Azure AI services is tapped behind the scenes for free processing for up to 20 transactions. This means that you can complete this exercise without having to create an extra Azure AI multi-service resource. |
| 36 | +> [!NOTE] |
| 37 | +> This quickstart uses [Azure AI services](https://azure.microsoft.com/services/cognitive-services/) for AI enrichment. Because the workload is so small, Azure AI services is tapped behind the scenes for free processing for up to 20 transactions. This means that you can complete this exercise without having to create an extra Azure AI multi-service resource. |
39 | 38 |
|
40 | 39 | ## Start the wizard
|
41 | 40 |
|
@@ -173,9 +172,9 @@ If you're using a free service, remember that you're limited to three indexes, i
|
173 | 172 | > [!TIP]
|
174 | 173 | > If you want to repeat this exercise or try a different AI enrichment walkthrough, delete the **hotel-reviews-idxr** indexer and the related objects to recreate them. Deleting the indexer resets the free daily transaction counter to zero.
|
175 | 174 |
|
176 |
| -## Next steps |
| 175 | +## Next step |
177 | 176 |
|
178 |
| -Now that you've been introduced to a knowledge store, take a closer look at each step by switching over to the REST API walkthrough. Tasks that the wizard handled internally are explained in the REST walkthrough. |
| 177 | +Now that you've been introduced to a knowledge store, take a closer look at each step by completing the REST API walkthrough. The walkthrough explains tasks that the wizard handled internally. |
179 | 178 |
|
180 | 179 | > [!div class="nextstepaction"]
|
181 | 180 | > [Create a knowledge store using REST](knowledge-store-create-rest.md)
|
0 commit comments