Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 2-what-is-semantic-search.md #37

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Semantic captions and answers provide additional results alongside the ranked se

Semantic captions extract summary sentences from the document verbatim and highlight the most relevant text in the summary sentences.

Semantic answers is an optional additional feature of semantic ranking that provides answers to questions. If the search query appears to be a question and the search results contains text that appears to be a relevant answer, then the semantic answer is returned.
Semantic answers is an optional additional feature of semantic ranking that provides answers to questions. If the search query appears to be a question and the search results contain text that appears to be a relevant answer, then the semantic answer is returned.

## How semantic ranking works

Expand All @@ -36,7 +36,7 @@ See the following video for an overview of the capabilities of AI Search:

Semantic ranking has two key advantages over traditional search results:

* Semantic ranking can rank results to more closely match the semantics of the original query. This can make it more likely hat the most useful documents appear at the top of the search results.
* Semantic ranking can rank results to more closely match the semantics of the original query. This can make it more likely that the most useful documents appear at the top of the search results.
* Semantic ranking can find strings within the results to render as a caption on the search results page and to provide an answer to a question.

## Semantic ranking limitations
Expand Down