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: quickstart-semantic-ranking-js/README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Azure AI Search Semantic Ranking Quickstart - JavaScript
2
2
3
-
This JavaScript sample demonstrates how to use semantic ranking in Azure AI Search to improve search relevance using machine reading comprehension. This is a JavaScript version of the [official Python quickstart](https://learn.microsoft.com/en-us/azure/search/search-get-started-semantic).
3
+
This JavaScript sample demonstrates how to use semantic ranking in Azure AI Search to improve search relevance using machine reading comprehension. This is a JavaScript version of the [quickstart](https://learn.microsoft.com/azure/search/search-get-started-semantic).
4
4
5
-
The sample has been refactored into a modular structure, with separate files for different operations.
5
+
The sample has been factored into a modular structure, with separate files for different operations.
6
6
7
7
## What is Semantic Ranking?
8
8
@@ -28,8 +28,7 @@ Semantic ranking uses machine reading comprehension from Microsoft to rescore se
28
28
- Update the values with your Azure AI Search service details:
Copy file name to clipboardExpand all lines: quickstart-semantic-ranking-ts/README.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Azure AI Search Semantic Ranking Quickstart - TypeScript
2
2
3
-
This TypeScript sample demonstrates how to use semantic ranking in Azure AI Search to improve search relevance using machine reading comprehension. This is a TypeScript port of the [official Python quickstart](https://learn.microsoft.com/en-us/azure/search/search-get-started-semantic).
3
+
This TypeScript sample demonstrates how to use semantic ranking in Azure AI Search to improve search relevance using machine reading comprehension. This is a TypeScript port of the [quickstart](https://learn.microsoft.com/azure/search/search-get-started-semantic).
4
4
5
-
The sample has been refactored into a modular structure, similar to the vector search quickstart, with separate files for different operations.
5
+
The sample has been factored into a modular structure, similar to the vector search quickstart, with separate files for different operations.
6
6
7
7
## What is Semantic Ranking?
8
8
@@ -29,8 +29,7 @@ Semantic ranking uses machine reading comprehension from Microsoft to rescore se
29
29
- Update the values with your Azure AI Search service details:
0 commit comments