Skip to content

Commit e670bab

Browse files
Merge pull request #128 from HeidiSteen/heidist-rag
misc edit
2 parents 3cfdadf + 926287b commit e670bab

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

articles/search/search-limits-quotas-capacity.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,14 @@ You might find some variation in maximum limits if your service happens to be pr
6363

6464
## Document limits
6565

66-
You can have approximately 24 billion documents per index on Basic, S1, S2, S3, L1, and L2 search services. For S3 HD, the limit is 2 billion documents per index. Each instance of a complex collection counts as a separate document in terms of these limits.
66+
Maximum number of documents per index are:
6767

68-
### Document size limits per API call
68+
+ 24 billion on Basic, S1, S2, S3, L1, and L2 search services.
69+
+ 2 billion on S3 HD.
6970

70-
The maximum document size when calling an Index API is approximately 16 megabytes.
71+
Each instance of a complex collection counts as a separate document in terms of these limits.
72+
73+
Maximum document size when calling an Index API is approximately 16 megabytes.
7174

7275
Document size is actually a limit on the size of the Index API request body. Since you can pass a batch of multiple documents to the Index API at once, the size limit realistically depends on how many documents are in the batch. For a batch with a single document, the maximum document size is 16 MB of JSON.
7376

@@ -79,19 +82,15 @@ When you index documents with vector fields, Azure AI Search constructs internal
7982

8083
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.
8184

82-
The table describes the vector index size quota per partition across the service tiers. For context, it includes:
83-
84-
+ [Partition storage limits](#service-limits) for each tier, repeated here for context.
85-
+ Amount of each partition (in GB) available for vector indexes (created when you add vector fields to an index).
86-
+ Approximate number of embeddings (floating point values) per partition.
85+
Vector limits vary by service creation date and tier.
8786

88-
Use the [GET Service Statistics](/rest/api/searchservice/get-service-statistics) to retrieve your vector index size quota or review the **Indexes** page or **Usage** tab in the Azure portal.
87+
+ To check the age of your search service or learn more about vector indexes, see [Vector index size and staying under limits](vector-search-index-size.md).
8988

90-
Vector limits vary by service creation date and tier. To check the age of your search service and learn more about vector indexes, see [Vector index size and staying under limits](vector-search-index-size.md).
89+
+ To view the vector quota in effect for your search service, use [GET Service Statistics](/rest/api/searchservice/get-service-statistics), or check the **Properties** and **Usage** tabs for your search service in the Azure portal.
9190

92-
### Storage quota (GB)
91+
#### Storage quota (GB)
9392

94-
This table shows the progression of storage quota increases in GB over time. Vector quota is per partition, so the increase in vector quota is bound to the increase in per-partition storage for each tier. Higher capacity partitions came online starting in April 2024.
93+
This table repeats [partition storage limits](#service-limits) for context. The table shows the progression of storage quota increases in GB over time. Vector quota is per partition, so the increase in vector quota is bound to the increase in per-partition storage for each tier. Higher capacity partitions were brought online starting in April 2024.
9594

9695
| Service creation date |Basic | S1| S2 | S3 | L1 | L2 |
9796
|-----------------------|------|---|----|----|----|----|
@@ -108,7 +107,7 @@ This table shows the progression of storage quota increases in GB over time. Vec
108107

109108
<sup>4</sup> Higher capacity storage for more tiers and more regions. **Europe**: Germany North​, Germany West Central, Switzerland West​. **Azure Government**: Texas, Arizona, Virginia. **Africa**: South Africa North​. **Asia Pacific**: China North 3, China East 3.
110109

111-
### Vector quota per partition (GB)
110+
#### Vector quota per partition (GB)
112111

113112
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.
114113

0 commit comments

Comments
 (0)