Skip to content

Commit 926287b

Browse files
committed
found more clean up
1 parent bbe14e9 commit 926287b

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

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

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,19 +82,15 @@ When you index documents with vector fields, Azure AI Search constructs internal
8282

8383
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.
8484

85-
The table describes the vector index size quota per partition across the service tiers. For context, it includes:
85+
Vector limits vary by service creation date and tier.
8686

87-
+ [Partition storage limits](#service-limits) for each tier, repeated here for context.
88-
+ Amount of each partition (in GB) available for vector indexes (created when you add vector fields to an index).
89-
+ Approximate number of embeddings (floating point values) per partition.
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).
9088

91-
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.
92-
93-
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.
9490

9591
#### Storage quota (GB)
9692

97-
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.
9894

9995
| Service creation date |Basic | S1| S2 | S3 | L1 | L2 |
10096
|-----------------------|------|---|----|----|----|----|

0 commit comments

Comments
 (0)