Skip to content

Commit 0705d26

Browse files
committed
[DOC-13488]: Feedback on Create a Vector Search Index with the Server Web Console | Couchbase Docs
Changes following reviews.
1 parent 89e5b52 commit 0705d26

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed
-76.4 KB
Binary file not shown.
Binary file not shown.

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,22 +58,19 @@ You cannot have 2 indexes with the same name inside the same bucket and scope.
5858
. Expand *Mappings* and create a new type mapping on a collection:
5959
.. Click btn:[Add Type Mapping].
6060
.. In the *Collection* list, select the collection that contains the documents you want to include in your index.
61-
.. Select the [.ui]*only index specified fields* checkbox.
62-
.. Unset the [.ui]*#default* field
63-
+
64-
image::only-index-specified-field-checkbox.png[,50%]
61+
.. Select the *only index specified fields* checkbox.
62+
.. Unset the *#default* field
6563
.. Click btn:[OK].
6664

6765
+
6866
For more information about how to create type mappings, see xref:search:create-type-mapping.adoc[].
67+
. Next to the *#default* type mapping, clear the checkbox.
6968
. Create a child field mapping on the new collection type mapping:
7069

71-
.. Point to the collection you just created and go to menu:+[insert child field].
72-
.. Select menu:insert child field[] from the dropdown menu.
70+
.. Point to the collection you just created and go to menu:{plus}[insert child field].
7371
+
7472
image::insert-child-field.png[,50%]
7573

76-
7774
.. Enter the name of the field in your documents that contains your vector embeddings.
7875
+
7976
Vectors must be represented as an array of floating point numbers.

0 commit comments

Comments
 (0)