Skip to content

Commit b4b311b

Browse files
committed
[DOC-12001] Moving some links around to try and resolve the original complaint. (#294)
* [DOC-12001] Moving some links around to try and resolve the original complaint. * [DOC-12001] Removing the extra link out after some thought.
1 parent 35d2ac0 commit b4b311b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

modules/vector-search/pages/create-vector-search-index-ui.adoc

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,15 @@ You cannot have 2 indexes with the same name inside the same bucket and scope.
5353
. Expand *Customize Index*.
5454
. Select *Use non-default scope/collection(s)*.
5555
.. In the *Scope* list, select the scope that contains the documents you want to include in your index.
56-
. Expand *Mappings* and xref:search:create-type-mapping.adoc[create a new type mapping on a collection]:
56+
. Expand *Mappings* and create a new type mapping on a collection:
5757
.. Click btn:[Add Type Mapping].
5858
.. In the *Collection* list, select the collection that contains the documents you want to include in your index.
5959
.. Select *Only index specified fields*.
6060
.. Click btn:[OK].
61-
. xref:search:create-child-field.adoc[] on the new collection type mapping with the following settings:
61+
62+
+
63+
For more information about how to create type mappings, see xref:search:create-type-mapping.adoc[].
64+
. Create a child field mapping on the new collection type mapping:
6265
.. In the *Field* field, enter the name of the field in your documents that contains your vector embeddings.
6366
+
6467
Vectors must be represented as an array of floating point numbers.
@@ -77,9 +80,10 @@ For more information, see xref:search:child-field-options-reference.adoc[].
7780
For more information, see xref:search:child-field-options-reference.adoc[].
7881
.. Select *Index*.
7982
.. Click btn:[OK].
80-
. (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.
83+
. (Optional) Create another child field on the new collection type mapping for any additional fields you want to return in your search results.
8184
+
8285
For example, you could add the text field that you used to generate your vector embeddings.
86+
For more information about how to create child fields, see xref:search:create-child-field.adoc[].
8387
. Next to the `default` dynamic type mapping, clear the checkbox.
8488
. Click btn:[Create Index].
8589

0 commit comments

Comments
 (0)