Skip to content

Commit 8997ecd

Browse files
committed
Robert's edits
1 parent 74c2243 commit 8997ecd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/search/vector-search-index-size.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ For each vector field, Azure AI Search constructs an internal vector index using
2020
> A note about terminology. Internally, the physical data structures of a search index include raw content (used for retrieval patterns requiring non-tokenized content), inverted indexes (used for searchable text fields), and vector indexes (used for searchable vector fields). This article explains the limits for the internal vector indexes that back each of your vector fields.
2121
2222
> [!TIP]
23-
> [Vector quantization and storage configuration](vector-search-how-to-configure-compression-storage.md) is now in preview. Use capabilities like narrow data types, scalar quantization, and elimination of redundant storage to stay under vector quota.
23+
> [Vector quantization and storage configuration](vector-search-how-to-configure-compression-storage.md) is now in preview. Use capabilities like narrow data types, scalar quantization, and elimination of redundant storage to stay under vector quota and storage quota.
2424
2525
## Key points about quota and vector index size
2626

27-
+ Vector indexes are measured in bytes.
27+
+ Vector index size is measured in bytes.
2828

2929
+ Vector quotas are based on memory constraints. All searchable vector indexes must be loaded into memory. At the same time, there must also be sufficient memory for other runtime operations. Vector quotas exist to ensure that the overall system remains stable and balanced for all workloads.
3030

@@ -229,4 +229,4 @@ To obtain the **vector index size**, multiply this **raw_size** by the **algorit
229229

230230
## How vector fields affect disk storage
231231

232-
Most of this article provides information about the size of vectors in memory. If you want to know about vector size on disk, the disk consumption for vector data is roughly three times the size of the vector index in memory. For example, if your `vectorIndexSize` usage is at 100 megabytes (10 million bytes), you should have at least 300 megabytes of `storageSize` quota to accommodate your vector indexes.
232+
Most of this article provides information about the size of vectors in memory. If you want to know about vector size on disk, the disk consumption for vector data is roughly three times the size of the vector index in memory. For example, if your `vectorIndexSize` usage is at 100 megabytes (10 million bytes), you would have used least 300 megabytes of `storageSize` quota to accommodate your vector indexes

0 commit comments

Comments
 (0)