Skip to content

Commit e334c97

Browse files
committed
final pass with minor formatting fixes
1 parent 2dca0f0 commit e334c97

File tree

2 files changed

+145
-140
lines changed

2 files changed

+145
-140
lines changed

articles/search/includes/quickstarts/semantic-ranker-intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In Azure AI Search, [semantic ranking](../../semantic-search-overview.md) is que
1313

1414
You can add a semantic configuration to an existing index with no rebuild requirement. Semantic ranking is most effective on text that's informational or descriptive.
1515

16-
In this quickstart:
16+
In this quickstart, you learn how to:
1717

1818
> [!div class="checklist"]
1919
> + Add a semantic configuration to a search index
@@ -25,7 +25,7 @@ In this quickstart:
2525

2626
+ An [Azure AI Search service](../../search-create-service-portal.md), at Basic tier or higher, with [semantic ranker enabled](../../semantic-how-to-enable-disable.md).
2727

28-
+ A [new or existing index](../../search-how-to-create-search-index.md) with descriptive or verbose text fields, attributed as retrievable in your index.
28+
+ A [new or existing index](../../search-how-to-create-search-index.md) with descriptive or verbose text fields, attributed as retrievable in your index. This quickstart assumes the [hotels-sample-index](../../search-get-started-portal.md).
2929

3030
## Configure access
3131

0 commit comments

Comments
 (0)