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-image-search.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
@@ -127,7 +127,7 @@ On the **Advanced settings** page, you can optionally add new fields. By default
127
127
| text_vector | Text vectors | Collection(Edm.single). Vector representation of the chunk. Searchable and retrievable, but not filterable, facetable, or sortable.|
128
128
| image_vector | Image vectors | Collection(Edm.single). Vector representation of the image. Searchable and retrievable, but not filterable, facetable, or sortable.|
129
129
130
-
You can't modify the generated fields or their attributes, but you can add new fields if your data source provides them. For example, Azure blob storage provides a collection of metadata fields.
130
+
You can't modify the generated fields or their attributes, but you can add new fields if your data source provides them. For example, Azure Blob Storage provides a collection of metadata fields.
131
131
132
132
1. Select **Add new**.
133
133
@@ -157,7 +157,7 @@ When the wizard completes the configuration, it creates the following objects:
157
157
158
158
+ An indexer that drives the indexing pipeline.
159
159
160
-
+ A data source connection to Blob Storage.
160
+
+ A data source connection to Azure Blob Storage.
161
161
162
162
+ An index with vector fields, text fields, vectorizers, vector profiles, and vector algorithms. You can't modify the default index during the wizard workflow. Indexes conform to the [2024-05-01-preview REST API](/rest/api/searchservice/indexes/create-or-update?view=rest-searchservice-2024-05-01-preview&preserve-view=true) so that you can use preview features.
1. On the **Set up your data connection** page, select **Azure Blob Storage**.
236
238
@@ -372,7 +374,7 @@ On the **Advanced settings** page, you can optionally add new fields. By default
372
374
| text_vector | Text vectors | Collection(Edm.single). Vector representation of the chunk. Searchable and retrievable, but not filterable, facetable, or sortable.|
373
375
| image_vector | Image vectors | Collection(Edm.single). Vector representation of the image. Searchable and retrievable, but not filterable, facetable, or sortable.|
374
376
375
-
You can't modify the generated fields or their attributes, but you can add new fields if your data source provides them. For example, Azure blob storage provides a collection of metadata fields.
377
+
You can't modify the generated fields or their attributes, but you can add new fields if your data source provides them. For example, Azure Blob Storage provides a collection of metadata fields.
0 commit comments