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/search-get-started-portal-import-vectors.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Key points about the wizard:
36
36
37
37
+ An Azure subscription. [Create one for free](https://azure.microsoft.com/free/).
38
38
39
-
+[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.
39
+
+[Azure AI Search service](search-create-service-portal.md)in the same region as Azure AI. We recommend the Basic tier or higher.
40
40
41
41
+[Azure Blob Storage](/azure/storage/common/storage-account-overview) or a [OneLake lakehouse](search-how-to-index-onelake-files.md).
42
42
@@ -46,9 +46,9 @@ Key points about the wizard:
46
46
47
47
| Provider | Supported models |
48
48
|---|---|
49
-
|[Azure OpenAI Service](https://aka.ms/oai/access)|`text-embedding-ada-002`, `text-embedding-3-large`, or `text-embedding-3-small`. |
50
-
|[Azure AI Studio model catalog](/azure/ai-studio/what-is-ai-studio)(and hub and project) | Azure, Cohere, and Facebook embedding models. |
51
-
|[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. |
49
+
|[Azure OpenAI Service](https://aka.ms/oai/access)| text-embedding-ada-002, text-embedding-3-large, or text-embedding-3-small. |
50
+
|[Azure AI Studio model catalog](/azure/ai-studio/what-is-ai-studio)| Azure, Cohere, and Facebook embedding models. |
51
+
|[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 selected regions: East US, West US, West US2, North Europe, West Europe, France Central, Sweden Central, Switzerland North, Southeast Asia, Korea Central, Australia East, or Japan East. [Check the documentation](/azure/ai-services/computer-vision/how-to/image-retrieval?tabs=csharp) for an updated list. |
52
52
53
53
### Public endpoint requirements
54
54
@@ -62,19 +62,19 @@ We recommend role assignments for search service connections to other resources.
62
62
63
63
1. On Azure AI Search, [enable roles](search-security-enable-roles.md).
64
64
65
-
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).
65
+
1. Configure your search service to [use a managed identity](search-howto-managed-identities-data-sources.md#create-a-system-managed-identity).
66
66
67
-
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.
67
+
1. On your data source platform and embedding model provider, create role assignments that allow search service to access data and models. [Prepare sample data](#prepare-sample-data) provides instructions for setting up roles.
68
68
69
69
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.
70
70
71
71
For more secure connections:
72
72
73
73
+ Use the Basic tier or higher.
74
-
+[Configure a managed identity](search-howto-managed-identities-data-sources.md)for Azure AI Search and create role assignments to admit requests from Azure AI Search on other Azure services.
74
+
+[Configure a managed identity](search-howto-managed-identities-data-sources.md) and use roles for authorized access.
75
75
76
76
> [!NOTE]
77
-
> If you can't progress through the wizard because options aren't available (for example, you can't select a data source or an embedding model), revisit the role assignments. Error messages indicate that models or deployments don't exist, when in fact the real problem is that the search service doesn't have permission to access them.
77
+
> If you can't progress through the wizard because options aren't available (for example, you can't select a data source or an embedding model), revisit the role assignments. Error messages indicate that models or deployments don't exist, when in fact the real cause is that the search service doesn't have permission to access them.
0 commit comments