You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/vector-search/pages/create-vector-search-index-ui.adoc
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,12 +53,15 @@ You cannot have 2 indexes with the same name inside the same bucket and scope.
53
53
. Expand *Customize Index*.
54
54
. Select *Use non-default scope/collection(s)*.
55
55
.. 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:
57
57
.. Click btn:[Add Type Mapping].
58
58
.. In the *Collection* list, select the collection that contains the documents you want to include in your index.
59
59
.. Select *Only index specified fields*.
60
60
.. 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:
62
65
.. In the *Field* field, enter the name of the field in your documents that contains your vector embeddings.
63
66
+
64
67
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[].
77
80
For more information, see xref:search:child-field-options-reference.adoc[].
78
81
.. Select *Index*.
79
82
.. 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.
81
84
+
82
85
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[].
83
87
. Next to the `default` dynamic type mapping, clear the checkbox.
0 commit comments