From 7d3e59b5418cfe65a6145ce49ffbab1dbd9d0680 Mon Sep 17 00:00:00 2001 From: Sarah Welton Date: Mon, 18 Nov 2024 14:53:48 -0500 Subject: [PATCH 1/2] [DOC-12001] Moving some links around to try and resolve the original complaint. --- .../pages/create-vector-search-index-ui.adoc | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/modules/vector-search/pages/create-vector-search-index-ui.adoc b/modules/vector-search/pages/create-vector-search-index-ui.adoc index 712433130..878943fbe 100644 --- a/modules/vector-search/pages/create-vector-search-index-ui.adoc +++ b/modules/vector-search/pages/create-vector-search-index-ui.adoc @@ -53,12 +53,15 @@ You cannot have 2 indexes with the same name inside the same bucket and scope. . Expand *Customize Index*. . Select *Use non-default scope/collection(s)*. .. In the *Scope* list, select the scope that contains the documents you want to include in your index. -. Expand *Mappings* and xref:search:create-type-mapping.adoc[create a new type mapping on a collection]: +. Expand *Mappings* and create a new type mapping on a collection: .. Click btn:[Add Type Mapping]. .. In the *Collection* list, select the collection that contains the documents you want to include in your index. .. Select *Only index specified fields*. .. Click btn:[OK]. -. xref:search:create-child-field.adoc[] on the new collection type mapping with the following settings: + ++ +For more information about how to create type mappings, see xref:search:create-type-mapping.adoc[]. +. Create a child field mapping on the new collection type mapping: .. In the *Field* field, enter the name of the field in your documents that contains your vector embeddings. + Vectors must be represented as an array of floating point numbers. @@ -77,9 +80,13 @@ For more information, see xref:search:child-field-options-reference.adoc[]. For more information, see xref:search:child-field-options-reference.adoc[]. .. Select *Index*. .. Click btn:[OK]. -. (Optional) xref:search:create-child-field.adoc[Create another child field] on the new collection type mapping for any additional fields you want to return in your search results. + ++ +For more information about how to create child fields, see xref:search:create-child-field.adoc[]. +. (Optional) Create another child field on the new collection type mapping for any additional fields you want to return in your search results. + For example, you could add the text field that you used to generate your vector embeddings. +For more information about how to create child fields, see xref:search:create-child-field.adoc[]. . Next to the `default` dynamic type mapping, clear the checkbox. . Click btn:[Create Index]. From 6fd66d7be3e7d9a2f922a604b449965b2481f22e Mon Sep 17 00:00:00 2001 From: Sarah Welton Date: Tue, 19 Nov 2024 10:25:19 -0500 Subject: [PATCH 2/2] [DOC-12001] Removing the extra link out after some thought. --- modules/vector-search/pages/create-vector-search-index-ui.adoc | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/vector-search/pages/create-vector-search-index-ui.adoc b/modules/vector-search/pages/create-vector-search-index-ui.adoc index 878943fbe..d2235a95b 100644 --- a/modules/vector-search/pages/create-vector-search-index-ui.adoc +++ b/modules/vector-search/pages/create-vector-search-index-ui.adoc @@ -80,9 +80,6 @@ For more information, see xref:search:child-field-options-reference.adoc[]. For more information, see xref:search:child-field-options-reference.adoc[]. .. Select *Index*. .. Click btn:[OK]. - -+ -For more information about how to create child fields, see xref:search:create-child-field.adoc[]. . (Optional) Create another child field on the new collection type mapping for any additional fields you want to return in your search results. + For example, you could add the text field that you used to generate your vector embeddings.