Skip to content

Commit 919b05b

Browse files
committed
Tweaked wording
1 parent 1374766 commit 919b05b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/search/search-get-started-portal-image-search.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ To prepare the sample data for this quickstart:
6161

6262
1. Create a container, and then upload the [sample PDF](https://github.com/Azure-Samples/azure-search-sample-data/blob/main/sustainable-ai-pdf/Accelerating-Sustainability-with-AI-2025.pdf) to the container.
6363

64-
1. Create another container to store the images extracted from the PDF.
64+
1. Create another container to store images extracted from the PDF.
6565

6666
## Start the wizard
6767

@@ -200,13 +200,13 @@ When the wizard completes the configuration, it creates the following objects:
200200

201201
+ A skillset with the following skills:
202202

203-
+ The [Document Extraction](cognitive-search-skill-document-extraction.md) skill extracts both text and images from the documents.
203+
+ The [Document Extraction skill](cognitive-search-skill-document-extraction.md) extracts both text and images from the documents.
204204

205-
+ The [Text Split](cognitive-search-skill-textsplit.md) skill adds data chunking.
205+
+ The [Text Split skill](cognitive-search-skill-textsplit.md) adds data chunking.
206206

207-
+ The [Azure AI Vision multimodal embeddings](cognitive-search-skill-vision-vectorize.md) skill vectorizes text produced by the Document Extraction skill.
207+
+ The [Azure AI Vision multimodal embeddings skill](cognitive-search-skill-vision-vectorize.md) vectorizes text produced by the Document Extraction skill.
208208

209-
+ The [Azure AI Vision multimodal embeddings](cognitive-search-skill-vision-vectorize.md) skill is called again to vectorize images.
209+
+ The [Azure AI Vision multimodal embeddings skill](cognitive-search-skill-vision-vectorize.md) is called again to vectorize images.
210210

211211
+ The [Shaper skill](cognitive-search-skill-shaper.md) enriches the output with metadata and creates new images with contextual information.
212212

0 commit comments

Comments
 (0)