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/samples-python.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,7 @@ Learn about the Python code samples that demonstrate the functionality and workf
28
28
29
29
## SDK samples
30
30
31
-
Code samples from the Azure SDK development team demonstrate API usage.
32
-
33
-
You can find these samples in [**azure-sdk-for-python/tree/main/sdk/search/azure-search-documents/samples**](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/search/azure-search-documents/samples) on GitHub.
31
+
[**azure-sdk-for-python/tree/main/sdk/search/azure-search-documents/samples**](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/search/azure-search-documents/samples) on GitHub provides code samples from the Azure SDK development team, demonstrating API usage.
34
32
35
33
## Doc samples
36
34
@@ -47,9 +45,7 @@ Code samples from the Azure AI Search team demonstrate features and workflows. M
47
45
48
46
## Demos
49
47
50
-
A demo repo provides proof-of-concept source code for examples or scenarios shown in demonstrations.
51
-
52
-
[**azure-search-vector-samples**](https://github.com/Azure/azure-search-vector-samples/blob/main/README.md) on GitHub provides a comprehensive collection of samples organized by scenario or technology.
48
+
[**azure-search-vector-samples**](https://github.com/Azure/azure-search-vector-samples/blob/main/README.md) on GitHub provides a comprehensive collection of samples for vector search scenarios, organized by scenario or technology.
53
49
54
50
We also recommend [**azure-search-openai-demo**](https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/README.md). This is a ChatGPT-like experience over enterprise data with Azure OpenAI Python code showing how to use Azure AI Search with the large language models in Azure OpenAI. For background, see this Tech Community blog post: [Revolutionize your Enterprise Data with ChatGPT](https://techcommunity.microsoft.com/t5/ai-applied-ai-blog/revolutionize-your-enterprise-data-with-chatgpt-next-gen-apps-w/ba-p/3762087). |
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
+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
@@ -76,11 +76,11 @@ 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 ||||
83
-
| Spain Central ||| ✅ |
83
+
| Spain Central <sup>2</sup> ||| ✅ |
84
84
| Sweden Central | ✅ || ✅ |
85
85
| Switzerland North | ✅ | ✅ | ✅ |
86
86
| Switzerland West | ✅ | ✅ | ✅ |
@@ -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