Skip to content

Commit 6ec601d

Browse files
committed
DOC-12464 Incorporate Vector Search in the Vector Index section (#443)
* Rename Vector Indexes top-level topic * Rename Choose the Right Vector Index topic * An Search Vector → a Search Vector * Make vector index topic names consistent * Simplify xrefs in nav
1 parent ad83d0e commit 6ec601d

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

modules/vector-index/pages/composite-vector-index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Filtered Searches Using Composite Vector Index
1+
= Filtered Search Using Composite Vector Indexes
22
:page-topic-type: guide
33
:page-ui-name: {ui-name}
44
:page-product-name: {product-name}

modules/vector-index/pages/hyperscale-vector-index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Vector Searches Using Hyperscale Vector Indexes
1+
= Vector Search Using Hyperscale Vector Indexes
22
:page-topic-type: guide
33
:page-ui-name: {ui-name}
44
:page-product-name: {product-name}

modules/vector-index/pages/use-vector-indexes.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Use Vector Indexes for AI Applications
1+
= Choose the Right Vector Index
22
:page-topic-type: concept
33
:page-ui-name: {ui-name}
44
:page-product-name: {product-name}
@@ -142,7 +142,7 @@ When choosing which type of index to use, consider the following:
142142

143143
* In most cases, test using a Hyperscale Vector index.
144144
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.
146146

147147
== Applications for Vector Indexes
148148

@@ -256,14 +256,14 @@ Users often want to search for hotels using multiple criteria:
256256
* 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.
257257

258258
+
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.
260260

261261
Real estate searches::
262262
Real estate applications can use Search Vector Indexes to find properties within a search region and have floor plan similar to an uploaded image.
263263

264264
=== Search Vector Index Application Workflow
265265

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:
267267

268268
.Application Workflow with Search Vector Indexes
269269
[plantuml,fts-app-workflow,svg]

modules/vector-index/pages/vectors-and-indexes-overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Vectors and Vector Indexes
1+
= Use Vector Indexes for AI Applications
22
:page-topic-type: concept
33
:page-ui-name: {ui-name}
44
:stem: latexmath

modules/vector-index/partials/nav.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
* xref:server:vector-index:vectors-and-indexes-overview.adoc[]
1+
* xref:vector-index:vectors-and-indexes-overview.adoc[]
22
+
33
--
4-
** xref:server:vector-index:use-vector-indexes.adoc[]
5-
** xref:server:vector-index:hyperscale-vector-index.adoc[]
6-
*** xref:server:vector-index:hyperscale-filter.adoc[]
7-
*** xref:server:vector-index:hyperscale-reranking.adoc[]
8-
** xref:server:vector-index:composite-vector-index.adoc[]
9-
** xref:server:vector-index:vector-index-best-practices.adoc[]
4+
** xref:vector-index:use-vector-indexes.adoc[]
5+
** xref:vector-index:hyperscale-vector-index.adoc[]
6+
*** xref:vector-index:hyperscale-filter.adoc[]
7+
*** xref:vector-index:hyperscale-reranking.adoc[]
8+
** xref:vector-index:composite-vector-index.adoc[]
9+
** xref:vector-index:vector-index-best-practices.adoc[]
1010
--
1111
+
1212
--

modules/vector-search/pages/vector-search.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Use Vector Search for AI Applications
1+
= Vector Search Using Search Vector Indexes
22
:page-topic-type: concept
33
:page-ui-name: {ui-name}
44
:page-product-name: {product-name}

0 commit comments

Comments
 (0)