Skip to content

Commit 3a645c8

Browse files
committed
fix wording
1 parent ad82635 commit 3a645c8

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

articles/search/includes/quickstarts/search-get-started-vector-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ This search uses [SearchClient](/java/api/com.azure.search.documents.searchclien
418418
419419
## Create a semantic hybrid search
420420
421-
Here's the last query in the collection to create extend the semantic hybrid search with the additional search text `historic hotel walk to restaurants and shopping`.
421+
Here's the last query in the collection to extend the semantic hybrid search with the additional search text `historic hotel walk to restaurants and shopping`.
422422
423423
This search uses [SearchClient](/java/api/com.azure.search.documents.searchclient).[SearchClient](/java/api/com.azure.search.documents.searchclient) and [SearchOptions](/java/api/com.azure.search.documents.models.searchoptions).
424424

articles/search/includes/quickstarts/search-get-started-vector-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ This search uses [SearchClient](/javascript/api/@azure/search-documents/searchcl
428428
429429
## Create a semantic hybrid search
430430
431-
Here's the last query in the collection to create extend the semantic hybrid search with the additional search text `historic hotel walk to restaurants and shopping`.
431+
Here's the last query in the collection to extend the semantic hybrid search with the additional search text `historic hotel walk to restaurants and shopping`.
432432
433433
This search uses [SearchClient](/javascript/api/@azure/search-documents/searchclient).[search](/javascript/api/@azure/search-documents/searchclient#@azure-search-documents-searchclient-search) and the [VectorQuery](/javascript/api/@azure/search-documents/vectorquery) and [SearchOptions](/javascript/api/@azure/search-documents/searchoptions).
434434

articles/search/includes/quickstarts/search-get-started-vector-typescript.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ In Azure AI Search, a [vector store](../../vector-store.md) has an index schema
1919
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2020

2121
- An Azure AI Search service. [Create a service](../../search-create-service-portal.md) or [find an existing service](https://portal.azure.com/#view/Microsoft_Azure_ProjectOxford/CognitiveServicesHub/~/CognitiveSearch) in your current subscription.
22+
- The `Search Index Data Contributor` role assigned at the scope of the service.
2223
- You can use a free search service for most of this quickstart, but we recommend the Basic tier or higher for larger data files.
2324
- To run the query example that invokes [semantic reranking](../../semantic-search-overview.md), your search service must be at the Basic tier or higher with [semantic ranker enabled](../../semantic-how-to-enable-disable.md).
2425

@@ -455,15 +456,15 @@ This search uses [SearchClient](/javascript/api/@azure/search-documents/searchcl
455456
"@search.score": 0.8133763,
456457
"HotelId": "3",
457458
"HotelName": "Gastronomic Landscape Hotel",
458-
"Description": "The Hotel stands out for its gastronomic excellence under the management of William Dough, who advises on and oversees all of the Hotels restaurant services.",
459+
"Description": "The Hotel stands out for its gastronomic excellence under the management of William Dough, who advises on and oversees all of the Hotel's restaurant services.",
459460
"Category": "Resort and Spa"
460461
}
461462
]
462463
```
463464

464465
## Create a semantic hybrid search
465466

466-
Here's the last query in the collection to create extend the semantic hybrid search with the additional search text `historic hotel walk to restaurants and shopping`.
467+
Here's the last query in the collection to extend the semantic hybrid search with the additional search text `historic hotel walk to restaurants and shopping`.
467468

468469
This search uses [SearchClient](/javascript/api/@azure/search-documents/searchclient).[search](/javascript/api/@azure/search-documents/searchclient#@azure-search-documents-searchclient-search) and the [VectorQuery](/javascript/api/@azure/search-documents/vectorquery) and [SearchOptions](/javascript/api/@azure/search-documents/searchoptions).
469470

@@ -518,7 +519,7 @@ This search uses [SearchClient](/javascript/api/@azure/search-documents/searchcl
518519
Re-ranker Score: 2.0582215785980225
519520
HotelId: 3
520521
HotelName: Gastronomic Landscape Hotel
521-
Description: The Gastronomic Hotel stands out for its culinary excellence under the management of William Dough, who advises on and oversees all of the Hotels restaurant services.
522+
Description: The Gastronomic Hotel stands out for its culinary excellence under the management of William Dough, who advises on and oversees all of the Hotel's restaurant services.
522523
Category: Suite
523524
```
524525

0 commit comments

Comments
 (0)