|
1 | | -= Use Vector Indexes for AI Applications |
| 1 | += Choose the Right Vector Index |
2 | 2 | :page-topic-type: concept |
3 | 3 | :page-ui-name: {ui-name} |
4 | 4 | :page-product-name: {product-name} |
@@ -142,7 +142,7 @@ When choosing which type of index to use, consider the following: |
142 | 142 |
|
143 | 143 | * In most cases, test using a Hyperscale Vector index. |
144 | 144 | If you find that the performance is not what you need, you can try using one of the other index types. |
145 | | -* If your dataset will not grow beyond 100 million documents and you need to perform hybrid searches that combine vector searches with Full-Text Search or geospatial searches, use an Search Vector Index. |
| 145 | +* If your dataset will not grow beyond 100 million documents and you need to perform hybrid searches that combine vector searches with other Search Service features, such as text or geospatial search, use a Search Vector Index. |
146 | 146 |
|
147 | 147 | == Applications for Vector Indexes |
148 | 148 |
|
@@ -256,14 +256,14 @@ Users often want to search for hotels using multiple criteria: |
256 | 256 | * Semantic searches of descriptions and reviews for searches that do not rely on literal text matches, such as "modern beach resort with chic décor," which requires vector searches. |
257 | 257 |
|
258 | 258 | + |
259 | | -An Search Vector Index can combine geospatial, keyword, and semantic searches into a single index. |
| 259 | +A Search Vector Index can combine geospatial, keyword, and semantic searches into a single index. |
260 | 260 |
|
261 | 261 | Real estate searches:: |
262 | 262 | Real estate applications can use Search Vector Indexes to find properties within a search region and have floor plan similar to an uploaded image. |
263 | 263 |
|
264 | 264 | === Search Vector Index Application Workflow |
265 | 265 |
|
266 | | -To create and use an Search Vector Index, your application follows the workflow shown in the following diagram: |
| 266 | +To create and use a Search Vector Index, your application follows the workflow shown in the following diagram: |
267 | 267 |
|
268 | 268 | .Application Workflow with Search Vector Indexes |
269 | 269 | [plantuml,fts-app-workflow,svg] |
|
0 commit comments