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/search-create-service-portal.md
+20-18Lines changed: 20 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -219,37 +219,39 @@ A second service isn't required for high availability. High availability for que
219
219
220
220
## Add more services to a subscription
221
221
222
-
Azure AI Search restricts the [number of resources](search-limits-quotas-capacity.md#subscription-limits) you can initially create in a subscription. If you exhaust your maximum limit, file a new support request to add more search services.
222
+
Azure AI Search restricts the [number of search services](search-limits-quotas-capacity.md#subscription-limits) you can initially create in a subscription. If you exhaust your maximum limit, you can request more quota.
223
223
224
-
1. Sign in to the Azure portal and find your search service.
224
+
You must have Owner or Contributor permissions on the subscription to request quota.
225
225
226
-
1. On the left-navigation pane, scroll down and select **Support and Troubleshooting**. This experience is fluid, and the options and prompts might vary slightly depending on your inputs.
226
+
Maximum quota for a given tier and region combination is an extra 100 search services over the baseline quota (which means 106, 108, or 116 [depending on the tier](search-limits-quotas-capacity.md#subscription-limits)). You can't increase quota for the Free tier.
227
227
228
-
1.In **How can we help?**, type **quota**and then select **Go**.
228
+
1.Sign in to the Azure portal, search for "quotas" in your dashboard, and then select the **Quotas** service.
229
229
230
-
1. You should see **Service and subscription limits (quotas)** as an option. Select it and then select **Next**.
230
+
:::image type="content" source="media/search-create-service-portal/quota-search.png" lightbox="media/search-create-service-portal/quota-search.png" alt-text="Screenshot of the quota search term and Quotas service in the results.":::
231
231
232
-
:::image type="content" source="media/search-create-service-portal/support-ticket.png" alt-text="Screenshot of options for increasing a subscription limit.":::
232
+
1. In the Quota's Overview page, select **Search**.
233
233
234
-
1. Follow the prompts to select the subscription and resource for which you want to increase the limit.
234
+
:::image type="content" source="media/search-create-service-portal/quota-overview-page.png" lightbox="media/search-create-service-portal/quota-overview-page.png" alt-text="Screenshot of the search tile in the Quota's overview page.":::
235
235
236
-
1.Select **Create a support ticket**.
236
+
1.Set filters so that you can review existing quota for search services in the current subscription. We recommend filtering by usage.
237
237
238
-
:::image type="content" source="media/search-create-service-portal/support-ticket-create.png" alt-text="Screenshot of the create support ticket button.":::
238
+
1. Find the region and tier that needs more quota and select the **Edit** pencil icon to begin your request.
239
239
240
-
1. Select the subscription and set quota type to **Azure AI Search**, and then select **Next**.
240
+
:::image type="content" source="media/search-create-service-portal/quota-pencil-edit.png" lightbox="media/search-create-service-portal/quota-pencil-edit.png" alt-text="Screenshot of the My Quotas page with a region at maximum quota.":::
241
241
242
-
1. In **Problem details**, select **Enter details**.
242
+
1. In **Quota details**, specify the location, tier, and a new limit for your subscription quota. None of the values can be empty. The new limit must be greater than the current limit, and equal to or lower than the number in the auto-approved quota increase column. For example, for the Basic tier in a given region, if the current limit is 16, your new limit can be between 17 and 80.
243
243
244
-
1. In **Quota details**, specify the location, tier, and new quota. None of the values can be empty. Quota must be between 0 to 100, and it should be higher than the current quota. For example, the maximum number of Basic services is 16, so your quota request should be higher than 16.
:::image type="content" source="media/search-create-service-portal/support-ticket-quota-details.png" alt-text="Screenshot of the quota details page.":::
252
+
1. Submit the request.
247
253
248
-
1. Select **Save and continue**.
249
-
250
-
1. Provide more information, such as contact information, that's required to file the request, and then select **Next**.
251
-
252
-
1. On **Review + create**, select **Create**.
254
+
1. Monitor notifications in the Azure portal for status updates on the new limit. Most requests are approved within 24 hours.
Copy file name to clipboardExpand all lines: articles/search/search-manage.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,9 @@ description: Manage an Azure AI Search resource using the Azure portal.
6
6
manager: nitinme
7
7
author: HeidiSteen
8
8
ms.author: heidist
9
-
ms.custom:
10
-
- ignite-2023
11
9
ms.service: cognitive-search
12
10
ms.topic: conceptual
13
-
ms.date: 03/04/2024
11
+
ms.date: 05/23/2024
14
12
---
15
13
16
14
# Service administration for Azure AI Search in the Azure portal
@@ -99,6 +97,12 @@ Internally, Microsoft collects telemetry data about your service and the platfor
99
97
> [!NOTE]
100
98
> See the ["Data residency"](search-security-overview.md#data-residency) section of the security overview article for more information about data location and privacy.
101
99
100
+
### Enable semantic ranking
101
+
102
+
Semantic ranking is free for the first 1,000 requests per month, but you must opt-in to get the free quota.
103
+
104
+
In Azure portal, under **Settings** on the leftmost pane, select **Semantic ranker** and then choose the Free plan. For more information, see [Enable semantic ranker](semantic-how-to-enable-disable.md).
105
+
102
106
### Configure user access
103
107
104
108
Initially, only an owner has access to search service information and operations. [Assign roles](search-security-rbac.md) to extend access, or provide users with a search endpoint with an API key.
Copy file name to clipboardExpand all lines: articles/search/search-more-like-this.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
@@ -32,14 +32,14 @@ All following examples use the hotels sample from [Quickstart: Create a search i
32
32
The following query finds documents whose description fields are most similar to the field of the source document as specified by the `moreLikeThis` parameter:
33
33
34
34
```http
35
-
GET /indexes/hotels-sample-index/docs?moreLikeThis=29&searchFields=Description&api-version=2020-06-30-Preview
35
+
GET /indexes/hotels-sample-index/docs?moreLikeThis=29&searchFields=Description&api-version=2024-05-01-preview
36
36
```
37
37
38
38
In this example, the request searches for hotels similar to the one with `HotelId` 29.
39
39
Rather than using HTTP GET, you can also invoke `MoreLikeThis` using HTTP POST:
40
40
41
41
```http
42
-
POST /indexes/hotels-sample-index/docs/search?api-version=2020-06-30-Preview
42
+
POST /indexes/hotels-sample-index/docs/search?api-version=2024-05-01-preview
43
43
{
44
44
"moreLikeThis": "29",
45
45
"searchFields": "Description"
@@ -51,15 +51,15 @@ POST /indexes/hotels-sample-index/docs/search?api-version=2020-06-30-Preview
51
51
`MoreLikeThis` can be combined with other common query parameters like `$filter`. For instance, the query can be restricted to only hotels whose category is 'Budget' and where the rating is higher than 3.5:
52
52
53
53
```http
54
-
GET /indexes/hotels-sample-index/docs?moreLikeThis=20&searchFields=Description&$filter=(Category eq 'Budget' and Rating gt 3.5)&api-version=2020-06-30-Preview
54
+
GET /indexes/hotels-sample-index/docs?moreLikeThis=20&searchFields=Description&$filter=(Category eq 'Budget' and Rating gt 3.5)&api-version=2024-05-01-preview
55
55
```
56
56
57
57
### Select fields and limit results
58
58
59
59
The `$top` selector can be used to limit how many results should be returned in a `MoreLikeThis` query. Also, fields can be selected with `$select`. Here the top three hotels are selected along with their ID, Name, and Rating:
60
60
61
61
```http
62
-
GET /indexes/hotels-sample-index/docs?moreLikeThis=20&searchFields=Description&$filter=(Category eq 'Budget' and Rating gt 3.5)&$top=3&$select=HotelId,HotelName,Rating&api-version=2020-06-30-Preview
62
+
GET /indexes/hotels-sample-index/docs?moreLikeThis=20&searchFields=Description&$filter=(Category eq 'Budget' and Rating gt 3.5)&$top=3&$select=HotelId,HotelName,Rating&api-version=2024-05-01-preview
Copy file name to clipboardExpand all lines: articles/search/search-query-overview.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,14 @@
1
1
---
2
2
title: Query types
3
3
titleSuffix: Azure AI Search
4
-
description: Learn about the types of queries supported in Azure AI Search, including free text, filter, autocomplete and suggestions, geospatial search, system queries, and document lookup.
4
+
description: Learn about the types of queries supported in Azure AI Search, including vector and hybrid queries, free text, filter, autocomplete and suggestions, geospatial search, system queries, and document lookup.
5
5
6
6
manager: nitinme
7
7
author: HeidiSteen
8
8
ms.author: heidist
9
9
ms.service: cognitive-search
10
-
ms.custom:
11
-
- ignite-2023
12
10
ms.topic: conceptual
13
-
ms.date: 10/09/2023
11
+
ms.date: 05/23/2024
14
12
---
15
13
16
14
# Querying in Azure AI Search
@@ -61,7 +59,7 @@ Geospatial search uses kilometers for distance. Coordinates are specified in thi
61
59
Here's an example of a filter for geospatial search. This filter finds other `Location` fields in the search index that have coordinates within a 300-kilometer radius of the geography point (in this example, Washington D.C.). It returns address information in the result, and includes an optional `facets` clause for self-navigation based on location.
62
60
63
61
```http
64
-
POST https://{{searchServiceName}}.search.windows.net/indexes/hotels-vector-quickstart/docs/search?api-version=2023-07-01-Preview
62
+
POST https://{{searchServiceName}}.search.windows.net/indexes/hotels-vector-quickstart/docs/search?api-version=2024-05-01-preview
0 commit comments