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-14Lines changed: 8 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ This section points you to data that works for this quickstart.
96
96
97
97
1. Create a new container and then upload the [health-plan PDF documents](https://github.com/Azure-Samples/azure-search-sample-data/tree/main/health-plan) used for this quickstart.
98
98
99
-
1. On **Access control**, assign the [Storage Blob Data Reader](search-howto-managed-identities-data-sources.md#assign-a-role) role on the container to the search service identity. Or, get a connection string to the storage account from the **Access keys** page.
99
+
1. On the left pane, under **Access control**, assign the [Storage Blob Data Reader](search-howto-managed-identities-data-sources.md#assign-a-role) role to the search service identity. Or, get a connection string to the storage account from the **Access keys** page.
100
100
101
101
### [OneLake](#tab/sample-data-onelake)
102
102
@@ -133,15 +133,11 @@ This section points you to data that works for this quickstart.
133
133
134
134
## Set up embedding models
135
135
136
-
Integrated vectorization and the **Import and vectorize data** wizard tap into deployed embedding models during indexing to convert text and images into vectors.
137
-
138
-
You can use embedding models deployed in Azure OpenAI, in Azure AI Vision for multimodal embeddings, or in the model catalog in Azure AI Studio.
136
+
The wizard can use embedding models deployed from Azure OpenAI, Azure AI Vision, or from the model catalog in Azure AI Studio.
139
137
140
138
### [Azure OpenAI](#tab/model-aoai)
141
139
142
-
**Import and vectorize data** supports `text-embedding-ada-002`, `text-embedding-3-large`, and `text-embedding-3-small`. Internally, the wizard uses the [AzureOpenAIEmbedding skill](cognitive-search-skill-azure-openai-embedding.md) to connect to Azure OpenAI.
143
-
144
-
Use these instructions to assign permissions or get an API key for search service connection to Azure OpenAI. You should set up permissions or have connection information available before you run the wizard.
140
+
The wizard supports text-embedding-ada-002, text-embedding-3-large, and text-embedding-3-small. Internally, the wizard calls the [AzureOpenAIEmbedding skill](cognitive-search-skill-azure-openai-embedding.md) to connect to Azure OpenAI.
145
141
146
142
1. Sign in to the [Azure portal](https://portal.azure.com/) with your Azure account, and go to your Azure OpenAI resource.
147
143
@@ -167,7 +163,7 @@ Use these instructions to assign permissions or get an API key for search servic
167
163
168
164
### [Azure AI Vision](#tab/model-ai-vision)
169
165
170
-
**Import and vectorize data**supports Azure AI Vision image retrieval through multimodal embeddings (version 4.0). Internally, the wizard uses the [multimodal embeddings skill](cognitive-search-skill-vision-vectorize.md) to connect to Azure AI Vision.
166
+
The wizard supports Azure AI Vision image retrieval through multimodal embeddings (version 4.0). Internally, the wizard calls the [multimodal embeddings skill](cognitive-search-skill-vision-vectorize.md) to connect to Azure AI Vision.
171
167
172
168
1.[Create an Azure AI Vision service in a supported region](/azure/ai-services/computer-vision/how-to/image-retrieval?tabs=csharp#prerequisites).
173
169
@@ -182,11 +178,9 @@ After you finish these steps, you should be able to select the Azure AI Vision v
182
178
183
179
### [Azure AI Studio model catalog](#tab/model-catalog)
184
180
185
-
**Import and vectorize data** supports Azure, Cohere, and Facebook embedding models in the Azure AI Studio model catalog, but it doesn't currently support the OpenAI CLIP model. Internally, the wizard uses the [AML skill](cognitive-search-aml-skill.md) to connect to the catalog.
186
-
187
-
Use these instructions to assign permissions or get an API key for search service connection to Azure OpenAI. You should set up permissions or have connection information available before you run the wizard.
181
+
The wizard supports Azure, Cohere, and Facebook embedding models in the Azure AI Studio model catalog, but it doesn't currently support the OpenAI CLIP model. Internally, the wizard calls the [AML skill](cognitive-search-aml-skill.md) to connect to the catalog.
188
182
189
-
1. For the model catalog, you should have an [Azure OpenAI resource](/azure/ai-services/openai/how-to/create-resource), a [hub in Azure AI Studio](/azure/ai-studio/how-to/create-projects), and a [project](/azure/ai-studio/how-to/create-projects). Hubs and projects that have the same name can share connection information and permissions.
183
+
1. For the model catalog, you should have an [Azure OpenAI resource](/azure/ai-services/openai/how-to/create-resource), a [hub in Azure AI Studio](/azure/ai-studio/how-to/create-projects), and a [project](/azure/ai-studio/how-to/create-projects). Hubs and projects having the same name can share connection information and permissions.
190
184
191
185
1. Deploy a supported embedding model to the model catalog in your project.
192
186
@@ -208,7 +202,7 @@ The next step is to connect to a data source to use for the search index.
208
202
209
203
### [Azure Storage](#tab/connect-data-storage)
210
204
211
-
1.In the **Import and vectorize data** wizard, on the **Set up your data connection** page, select **Azure Blob Storage**.
205
+
1.On the **Set up your data connection** page, select **Azure Blob Storage**.
212
206
213
207
1. Specify the Azure subscription.
214
208
@@ -224,7 +218,7 @@ The next step is to connect to a data source to use for the search index.
224
218
225
219
Support for OneLake indexing is in preview. For more information about supported shortcuts and limitations, see ([OneLake indexing](search-how-to-index-onelake-files.md)).
226
220
227
-
1.In the **Import and vectorize data** wizard, on the **Set up your data connection** page, select **OneLake**.
221
+
1.On the **Set up your data connection** page, select **OneLake**.
0 commit comments