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-limits-quotas-capacity.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,9 +78,14 @@ When estimating document size, remember to consider only those fields that add v
78
78
79
79
## Vector index size limits
80
80
81
-
When you index documents with vector fields, Azure AI Search constructs internal vector indexes using the algorithm parameters you provide. The size of these vector indexes is restricted by the memory reserved for vector search for your service's tier (or `SKU`).
81
+
When you index documents with vector fields, Azure AI Search constructs internal vector indexes using the algorithm parameters you provide. The size of these vector indexes is restricted by the memory reserved for vector search for your service's tier (or `SKU`). For guidance on managing and maximizing vector storage, see [Vector index size and staying under limits](vector-search-index-size.md).
82
82
83
-
Vector limits vary by [service creation date](vector-search-index-size.md#how-to-check-service-creation-date) and [tier](search-sku-tier.md). For guidance on managing and maximizing vector storage, see [Vector index size and staying under limits](vector-search-index-size.md).
Higher vector limits from April 2024 onwards exist on *new search services* in regions providing the extra capacity, which is most of them.
84
89
85
90
This table shows the progression of vector quota increases in GB over time. The quota is per partition, so if you scale a new Standard (S1) service to 6 partitions, total vector quota is 35 multiplied by 6.
86
91
@@ -99,7 +104,7 @@ This table shows the progression of vector quota increases in GB over time. The
99
104
100
105
<sup>4</sup> Higher vector quota for more tiers and regions based on partition size updates.
101
106
102
-
The service enforces a vector index size quota **for every partition** in your search service. Each extra partition increases the available vector index size quota. This quota is a hard limit to ensure your service remains healthy, which means that further indexing attempts once the limit is exceeded results in failure. You can resume indexing once you free up available quota by either deleting some vector documents or by scaling up in partitions.
107
+
The service enforces a vector index size quota *for every partition* in your search service. Each extra partition increases the available vector index size quota. This quota is a hard limit to ensure your service remains healthy, which means that further indexing attempts once the limit is exceeded results in failure. You can resume indexing once you free up available quota by either deleting some vector documents or by scaling up in partitions.
103
108
104
109
> [!IMPORTANT]
105
110
> Higher vector limits are tied to larger partition sizes. Regions that run on older infrastructure are subject to the July-April limits. Review the [regions list](search-region-support.md) for status on partition storage limits.
Copy file name to clipboardExpand all lines: articles/search/search-region-support.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ You can create an Azure AI Search resource in any of the following Azure public
76
76
| North Europe | ✅ | ✅ | ✅ |
77
77
| West Europe <sup>1, 2</sup>| ✅ | ✅ | ✅ |
78
78
| France Central | ✅ | ✅ | ✅ |
79
-
| Germany West Central <sup>2</sup> | ✅ || ✅ |
79
+
| Germany West Central | ✅ || ✅ |
80
80
| Italy North ||| ✅ |
81
81
| Norway East | ✅ || ✅ |
82
82
| Poland Central ||||
@@ -107,9 +107,7 @@ You can create an Azure AI Search resource in any of the following Azure public
107
107
108
108
| Region | AI integration | Semantic ranking | Availability zones |
109
109
|--|--|--|--|
110
-
| South Africa North <sup>1</sup> | ✅ || ✅ |
111
-
112
-
<sup>1</sup> This region runs on older infrastructure that has lower storage limits per partition at every tier. Choose a different region if you want [higher limits](search-limits-quotas-capacity.md#service-limits).
0 commit comments