Skip to content

Commit b6aad4c

Browse files
Merge pull request #5628 from robertklee/robertlee/fix-vector-docs
fix inconsistent limits in vector docs
2 parents 1836191 + 256818a commit b6aad4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/search/search-get-started-vector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ Key takeaways about the [Documents - Index REST API](/rest/api/searchservice/doc
647647
648648
- Documents in the payload consist of fields defined in the index schema.
649649
650-
- Vector fields contain floating point values. The dimensions attribute has a minimum of 2 and a maximum of 3,072 floating point values each. This quickstart sets the dimensions attribute to 1,536 because that's the size of embeddings generated by the Azure OpenAI **text-embedding-3-small** model.
650+
- Vector fields contain floating point values. The dimensions attribute has a minimum of 2 and a maximum of `4096` floating point values each. This quickstart sets the dimensions attribute to 1,536 because that's the size of embeddings generated by the Azure OpenAI **text-embedding-3-small** model.
651651
652652
## Run queries
653653

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Maximum limits on storage, workloads, and quantities of indexes and other object
4141
|----------|------|--------|----|----|----|------------|----|----|
4242
| Maximum indexes |3 |5 or 15 |50 |200 |200 |1000 per partition or 3000 per service |10 |10 |
4343
| Maximum simple fields per index&nbsp;<sup>2</sup> |1000 |100 |1000 |1000 |1000 |1000 |1000 |1000 |
44-
| Maximum dimensions per vector field | 4098|4098|4098|4098|4098|4098|4098|4098|
44+
| Maximum dimensions per vector field | 4096|4096|4096|4096|4096|4096|4096|4096|
4545
| Maximum complex collections per index |40 |40 |40 |40 |40 |40 |40 |40 |
4646
| Maximum elements across all complex collections per document&nbsp;<sup>3</sup> |3000 |3000 |3000 |3000 |3000 |3000 |3000 |3000 |
4747
| Maximum depth of complex fields |10 |10 |10 |10 |10 |10 |10 |10 |

0 commit comments

Comments
 (0)