Skip to content

Commit 8a77465

Browse files
committed
reordered some bullets
1 parent 26e016f commit 8a77465

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/search/search-how-to-semantic-chunking.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,9 +386,11 @@ POST /indexes/[index name]/docs/search?api-version=[api-version]
386386

387387
If you used the health plan PDFs to test this skill, Search Explorer results for the example query should look similar to the results in the following screenshot.
388388

389+
+ The query is a [hybrid query](hybrid-search-how-to-query.md) over text and vectors, so you see a `@search.rerankerScore` and results are ranked by that score. `searchMode=all` means that *all* query terms must be considered for a match (the default is *any*).
390+
389391
+ The query uses semantic ranking, so you see `captions` (it also has `answers`, but those aren't shown in the screenshot). The results are the most semantically relevant to the query input, as determined by the [semantic ranker](semantic-search-overview.md).
390-
+ The query is a [hybrid query](hybrid-search-how-to-query.md) over text and vectors, so you see a `@search.rerankerScore` and results are ranked by that score.
391-
+ The `select` statement specifies the header fields that the Document Layout skill detected and populated. You can add more fields to inspect the content of chunks, title, or any other human readable field.
392+
393+
+ The `select` statement (not shown in the screenshot) specifies the header fields that the Document Layout skill detects and populates. You can add more fields to the select clause to inspect the content of chunks, title, or any other human readable field.
392394

393395
:::image type="content" source="media/search-how-to-semantic-chunking/query-results-doc-layout.png" lightbox="media/search-how-to-semantic-chunking/query-results-doc-layout.png" alt-text="Screenshot of hybrid query results that include doc layout skill output fields.":::
394396

0 commit comments

Comments
 (0)