Skip to content

Commit 9e4db2f

Browse files
Merge pull request #241147 from HeidiSteen/heidist-docs
minor revision
2 parents 3f26f65 + b8e7519 commit 9e4db2f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/search/includes/quickstarts/dotnet-semantic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ For comparison, here are results from a query that uses the default BM25 ranking
140140

141141
:::image type="content" source="../../media/quickstart-semantic/bm25-ranking.png" alt-text="Screenshot showing matches ranked by BM25.":::
142142

143-
In contrast, when the semantic query runs for the same query ("what hotel has a good restaurant on site"), the results are reranked based on semantic relevance to the query. This time, the top result is the hotel that emphasizes the restaurant, which aligns better to user expectations.
143+
In contrast, when semantic ranking is applied to the same query ("what hotel has a good restaurant on site"), the results are reranked based on semantic relevance to the query. This time, the top result is the hotel with the restaurant, which aligns better to user expectations.
144144

145145
:::image type="content" source="../../media/quickstart-semantic/semantic-ranking.png" alt-text="Screenshot showing matches ranked based on semantic search.":::
146146

articles/search/search-get-started-semantic.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ ms.date: 06/09/2023
1515
> [!IMPORTANT]
1616
> Semantic search is in public preview under [supplemental terms of use](https://azure.microsoft.com/support/legal/preview-supplemental-terms/). It's available through Azure portal, preview REST APIs, and beta SDKs. This feature is billable. See [Availability and pricing](semantic-search-overview.md#availability-and-pricing).
1717
18-
In Azure Cognitive Search, [semantic search](semantic-search-overview.md) is query-side functionality that uses AI from Microsoft to rescore search results, moving results that have more semantic relevance to the top of the list. Semantic search improves an initial result set that was generated from a BM25 ranking. In many cases, semantic search significantly improves overall relevance, with minimal work for the developer.
18+
In Azure Cognitive Search, [semantic search](semantic-search-overview.md) is query-side functionality that uses AI from Microsoft to rescore search results, moving results that have more semantic relevance to the top of the list. Depending on the content and the query, semantic search can significantly improve a BM25-ranked result set, with minimal work for the developer.
1919

20-
This quickstart shows the query modifications that invoke semantic search.
20+
This quickstart walks you through the query modifications that invoke semantic search.
2121

2222
> [!NOTE]
2323
> Looking for a Cognitive Search solution with Chat-GPT interaction? See [this demo](https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/README.md) for details.

0 commit comments

Comments
 (0)