Skip to content

Commit 3a9a48b

Browse files
committed
Updated vector content
1 parent 4040de2 commit 3a9a48b

File tree

4 files changed

+79
-75
lines changed

4 files changed

+79
-75
lines changed

articles/search/search-what-is-an-index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.service: azure-ai-search
1111
ms.custom:
1212
- ignite-2023
1313
ms.topic: conceptual
14-
ms.date: 06/18/2025
14+
ms.date: 06/20/2025
1515
---
1616

1717
# Search indexes in Azure AI Search
@@ -112,7 +112,7 @@ Although you can add new fields at any time, existing field definitions are lock
112112

113113
## Physical structure and size
114114

115-
In Azure AI Search, the physical structure of an index is largely an internal implementation. You can access its schema, load and query its content, monitor its size, and manage its capacity. However, Microsoft manages the clusters themselves (inverted indexes, vector indexes, [shards](index-similarity-and-scoring.md#sharding-effects-on-query-results)) and other files and folders.
115+
In Azure AI Search, the physical structure of an index is largely an internal implementation. You can access its schema, load and query its content, monitor its size, and manage its capacity. However, Microsoft manages the infrastructure and physical data structures stored with your search service.
116116

117117
You can monitor index size on the **Search management > Indexes** page in the Azure portal. Alternatively, you can issue a [GET INDEX request](/rest/api/searchservice/indexes/get) against your search service or a [Service Statistics request](/rest/api/searchservice/get-service-statistics/get-service-statistics) to check the value of storage size.
118118

@@ -147,7 +147,7 @@ Also not reflected in the previous table is the effect of [analyzers](search-ana
147147
Now that you have a better idea of what an index is, this section introduces index runtime operations, including connecting to and securing a single index.
148148

149149
> [!NOTE]
150-
> There's no portal or API support for moving or copying an index. Typically, customers either point their application deployment to a different search service (using the same index name) or revise the name to create a copy on their current search service and then build it.
150+
> There's no portal or API support for moving or copying an index. Typically, you either point your application deployment to a different search service (using the same index name) or revise the name to create a copy on your current search service and then build it.
151151
152152
### Index isolation
153153

articles/search/vector-search-how-to-create-index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: azure-ai-search
99
ms.custom:
1010
- ignite-2024
1111
ms.topic: how-to
12-
ms.date: 06/19/2025
12+
ms.date: 06/20/2025
1313
---
1414

1515
# Create a vector index
@@ -99,8 +99,8 @@ A vector configuration includes:
9999

100100
[**2024-07-01**](/rest/api/searchservice/search-service-api-versions#2024-07-01) is generally available. It supports a vector configuration that has:
101101

102-
+ The hierarchical navigable small world (HNSW) algorithm.
103-
+ The exhaustive k-nearest neighbor (KNN) algorithm.
102+
+ Hierarchical navigable small world (HNSW) algorithm.
103+
+ Exhaustive k-nearest neighbor (KNN) algorithm.
104104
+ Scalar compression.
105105
+ Binary compression, which is available in 2024-07-01 only and in newer Azure SDK packages.
106106
+ Oversampling.

0 commit comments

Comments
 (0)