Skip to content

Commit 5365bd6

Browse files
committed
added screenshot to semantic search availability section
1 parent a8fa570 commit 5365bd6

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed
17.4 KB
Loading

articles/search/semantic-search-overview.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,17 @@ Although semantic search is not beneficial in every scenario, certain content ca
8181
Semantic search and spell check are available on services that meet the criteria in the table below. To use semantic search, your first need to [enable the capabilities](#enable-semantic-search) on your search service.
8282

8383
| Feature | Tier | Region | Sign up | Pricing |
84-
|---------|------|--------|---------------------|-------------------|
85-
| Semantic search | Standard tier (S1, S2, S3, S3 HD), Storage Optimized tier (L1, L2) | [Region availability](https://azure.microsoft.com/global-infrastructure/services/?products=search)| Required | [Pricing](https://azure.microsoft.com/pricing/details/search/) <sup>1</sup>|
86-
| Spell check | Basic <sup>2</sup> and above | All | None | None (free) |
84+
|---------|------|--------|---------|---------|
85+
| Semantic search | Standard tier (S1, S2, S3, S3 HD), Storage Optimized tier (L1, L2) | [Region availability](https://azure.microsoft.com/global-infrastructure/services/?products=search) <sup>1</sup> | Required | [Pricing](https://azure.microsoft.com/pricing/details/search/) <sup>2</sup>|
86+
| Spell check | Basic <sup>3</sup> and above | All | None | None (free) |
8787

88-
<sup>1</sup> At lower query volumes (under 1000 monthly), semantic search is free. To go above that limit, you can opt in to the semantic search standard pricing plan. The pricing page shows you the semantic query billing rate for different currencies and intervals.
88+
<sup>1</sup> Semantic search preview is available in regions that have the availability marker.
8989

90-
<sup>2</sup> Due to the provisioning mechanisms and lifespan of shared (free) search services, a small number of services happen to have spell check on the free tier. However, spell check availability on free tier services is not guaranteed and should not be expected.
90+
:::image type="content" source="media/semantic-search-overview/region-availability.png" alt-text="Screenshot of the Products available by region page.":::
91+
92+
<sup>2</sup> On the pricing page, scroll down to view additional features that are billed separately. At lower query volumes (under 1000 monthly), semantic search is free. To go above that limit, you can opt in to the semantic search standard pricing plan. The pricing page shows you the semantic query billing rate for different currencies and intervals.
93+
94+
<sup>3</sup> Due to the provisioning mechanisms and lifespan of shared (free) search services, a small number of services happen to have spell check on the free tier. However, spell check availability on free tier services is not guaranteed and should not be expected.
9195

9296
Charges for semantic search are levied when query requests include "queryType=semantic" and the search string is not empty (for example, "search=pet friendly hotels in New York". If your search string is empty ("search=*"), you won't be charged, even if the queryType is set to "semantic".
9397

0 commit comments

Comments
 (0)