Skip to content

Commit d7e5567

Browse files
committed
Added search results screenshot
1 parent 8eb1d88 commit d7e5567

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
-23.9 KB
Loading
92.7 KB
Loading

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Search explorer accepts text strings as input and then vectorizes the text for v
151151

152152
1. Select **JSON view** so that you can enter text for your vector query in the **text** vector query parameter.
153153

154-
:::image type="content" source="media/search-get-started-portal-import-vectors/search-results.png" alt-text="Screenshot of search results.":::
154+
:::image type="content" source="media/search-get-started-portal-import-vectors/select-json-view.png" alt-text="Screenshot of JSON selector.":::
155155

156156
This wizard offers a default query that issues a vector query on the "vector" field, returning the 5 nearest neighbors. If you opted to hide vector values, your default query includes a "select" statement that excludes the vector field from search results.
157157

@@ -173,6 +173,8 @@ Search explorer accepts text strings as input and then vectorizes the text for v
173173

174174
1. Select **Search** to run the query.
175175

176+
:::image type="content" source="media/search-get-started-portal-import-vectors/search-results.png" alt-text="Screenshot of search results.":::
177+
176178
You should see 5 matches, where each document is a chunk of the original PDF. The title field shows which PDF the chunk comes from.
177179

178180
1. To see all of the chunks from a specific document, add a filter for the title field for a specific PDF:

0 commit comments

Comments
 (0)