Skip to content

Commit 861d547

Browse files
committed
Edits to prereq list
1 parent bc85977 commit 861d547

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

articles/search/search-get-started-portal-import-vectors.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,19 @@ For more configuration and data source options, try a code-based approach. For m
3838

3939
+ An Azure subscription. [Create one for free](https://azure.microsoft.com/free/).
4040

41+
+ [Azure AI Search service](search-create-service-portal.md). It must be in the same region as your Azure AI service. We recommend the Basic tier or higher.
42+
4143
+ [Azure Blob Storage](/azure/storage/common/storage-account-overview) or a [OneLake lakehouse](search-how-to-index-onelake-files.md).
4244

4345
Azure Storage must be a standard performance (general-purpose v2) account. Access tiers can be hot, cool, and cold. Don't use Azure Data Lake Storage Gen2 (a storage account with a hierarchical namespace). This version of the wizard doesn't support Data Lake Storage Gen2.
4446

45-
+ A deployed text or multimodal embedding model. [Deployment instructions](#set-up-embedding-models) are provided in this article. Supported model providers include:
47+
+ An embedding model on a supported platform. [Deployment instructions](#set-up-embedding-models) are provided in this article.
4648

47-
+ [Azure OpenAI Service](https://aka.ms/oai/access) with `text-embedding-ada-002`, `text-embedding-3-large`, or `text-embedding-3-small`.
48-
+ [Azure AI Studio model catalog](/azure/ai-studio/what-is-ai-studio) (and hub and project) with embedding model deployments.
49-
+ [Azure AI services multiservice account](/azure/ai-services/multi-service-resource) if you want to use [multimodal with Azure AI Vision](/azure/ai-services/computer-vision/how-to/image-retrieval) for image and text vectorization. Azure AI Vision multimodal is available in a subset of Azure regions. Currently those regions include SwedenCentral, EastUS, NorthEurope, WestEurope, WestUS, SoutheastAsia, KoreaCentral, FranceCentral, AustraliaEast, WestUS2, SwitzerlandNorth, or JapanEast. [Check the documentation](/azure/ai-services/computer-vision/how-to/image-retrieval?tabs=csharp) for an updated list.
50-
51-
+ [Azure AI Search service](search-create-service-portal.md). It must be in the same region as your Azure AI service. We recommend the Basic tier or higher.
49+
| Provider | Supported models |
50+
|---|---|
51+
| [Azure OpenAI Service](https://aka.ms/oai/access) | `text-embedding-ada-002`, `text-embedding-3-large`, or `text-embedding-3-small`. |
52+
| [Azure AI Studio model catalog](/azure/ai-studio/what-is-ai-studio) (and hub and project) | Azure, Cohere, and Facebook embedding models. |
53+
| [Azure AI services multiservice account](/azure/ai-services/multi-service-resource) | [Azure AI Vision multimodal](/azure/ai-services/computer-vision/how-to/image-retrieval) for image and text vectorization. Azure AI Vision multimodal is available in a subset of Azure regions. Currently those regions include SwedenCentral, EastUS, NorthEurope, WestEurope, WestUS, SoutheastAsia, KoreaCentral, FranceCentral, AustraliaEast, WestUS2, SwitzerlandNorth, or JapanEast. [Check the documentation](/azure/ai-services/computer-vision/how-to/image-retrieval?tabs=csharp) for an updated list. |
5254

5355
### Public endpoint requirements
5456

@@ -60,11 +62,11 @@ If private endpoints are already present and you can't disable them, the alterna
6062

6163
We recommend role assignments for search service connections to other resources.
6264

63-
1. On Azure AI Search, [enable RBAC](search-security-enable-roles.md).
65+
1. On Azure AI Search, [enable roles](search-security-enable-roles.md).
6466

6567
1. Configure your search service to [use a system-assigned or user-assigned managed identity](search-howto-managed-identities-data-sources.md#create-a-system-managed-identity).
6668

67-
In the following sections, you can assign the search service's managed identity to roles in other services. The sections provide steps for role assignments where applicable.
69+
1. On your data source platform and embedding model provider, create role assignments that allow Azure AI Search to access data and models. [Prepare sample data](#prepare-sample-data) provides instructions for setting up role assignments.
6870

6971
A free search service supports RBAC on connections to Azure AI Search, but it doesn't support managed identities on outbound connections to Azure Storage or Azure AI Vision. This level of support means you must use key-based authentication on connections between a free search service and other Azure services.
7072

@@ -78,7 +80,7 @@ For more secure connections:
7880
7981
### Check for space
8082

81-
If you're starting with the free service, you're limited to three indexes, three data sources, three skillsets, and three indexers. Make sure you have room for extra items before you begin. This quickstart creates one of each object.
83+
If you're starting with the free service, you're limited to 3 indexes, data sources, skillsets, and indexers. Basic limits you to 15. Make sure you have room for extra items before you begin. This quickstart creates one of each object.
8284

8385
### Check for semantic ranking
8486

0 commit comments

Comments
 (0)