You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/search/semantic-search-overview.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,18 +18,18 @@ ms.custom: references_regions
18
18
19
19
Semantic search is a collection of query-related capabilities that add semantic relevance and language understanding to search results. This article is a high-level introduction to semantic search all-up, with descriptions of each feature and how they work collectively. The embedded video describes the technology, and the section at the end covers availability and pricing.
20
20
21
-
Semantic search is a premium feature. We recommend reviewing this article for background, but if you'd rather get started right away, follow these steps:
21
+
Semantic search is a premium feature. We recommend this article for background, but if you'd rather get started, follow these steps:
22
22
23
23
1.[Sign up for the preview](https://aka.ms/SemanticSearchPreviewSignup) on a search service that meets [regional and tier requirements](#availability-and-pricing).
24
-
1.Create or modify query requests to return [semantic captions and highlights](semantic-how-to-query-request.md).
24
+
1.Upon acceptance into the preview program, create or modify query requests to return [semantic captions and highlights](semantic-how-to-query-request.md).
25
25
1. Add a few more query properties to also return [semantic answers](semantic-answers.md).
26
26
1. Optionally, include a [spell check](speller-how-to-add.md) query property to maximize precision and recall.
27
27
28
28
## What is semantic search?
29
29
30
-
Semantic search is an optional layer of search-related AI that extends the traditional query execution pipeline with a semantic ranking model, and returns additional properties that improve the user experience.
30
+
Semantic search is an optional layer of query-related AI that extends the traditional query execution pipeline in two ways. It adds a semantic ranking model, and it returns additional properties in the response that improve the user experience.
31
31
32
-
*Semantic ranking* looks for context and relatedness among terms, elevating matches that make more sense given the query. Language understanding finds *captions* and *answers* within your content that summarize the matching document or answer a question, which can then be rendered on a search results page for a more productive search experience.
32
+
*Semantic ranking* looks for context and relatedness among terms, elevating matches that make more sense given the query. Language understanding finds summarizations or *captions* and *answers* within your content and includes them in the response, which can then be rendered on a search results page for a more productive search experience.
33
33
34
34
State-of-the-art pretrained models are used for summarization and ranking. To maintain the fast performance that users expect from search, semantic summarization and ranking are applied to just the top 50 results, as scored by the [default similarity scoring algorithm](index-similarity-and-scoring.md#similarity-ranking-algorithms). Using those results as the document corpus, semantic ranking re-scores those results based on the semantic strength of the match.
0 commit comments