Skip to content

Commit 8bbeb46

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 8bbeb46

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
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: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,20 +60,19 @@ You cannot have 2 indexes with the same name inside the same bucket and scope.
6060
.. In the *Collection* list, select the collection that contains the documents you want to include in your index.
6161
.. Select the [.ui]*only index specified fields* checkbox.
6262
.. Unset the [.ui]*#default* field
63-
+
64-
image::only-index-specified-field-checkbox.png[,50%]
63+
.. Under the collection name, select *only index specified fields*.
64+
6565
.. Click btn:[OK].
6666

6767
+
6868
For more information about how to create type mappings, see xref:search:create-type-mapping.adoc[].
6969
. Create a child field mapping on the new collection type mapping:
7070

7171
.. Point to the collection you just created and go to menu:+[insert child field].
72-
.. Select menu:insert child field[] from the dropdown menu.
72+
.. Select menu:{plus}[insert child field] from the menu.
7373
+
7474
image::insert-child-field.png[,50%]
7575

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

0 commit comments

Comments
 (0)