1
1
import Tabs from ' @theme/Tabs' ;
2
2
import TabItem from ' @theme/TabItem' ;
3
+ import Screenshot from " ../../src/components/Screenshot" ;
3
4
4
5
# 👐 Create Vector Search Indexes
5
6
@@ -15,11 +16,12 @@ Click the **Create Search Index** button.
15
16
16
17
<Screenshot src = " img/screenshots/7-vector-search/6-create-index/2-create-search-index.png" alt = " The 'Create Index' page with the 'Create Search Index' button highlighted" url = " https://cloud.mongodb.com" />
17
18
18
- This time, you will use the ** JSON Editor** to create your index
19
+ In the following screen select ** Vector Search** , change the index name to ` vectorsearch ` , and select your database and the ` books ` collection.
20
+ This time, you will use the ** JSON Editor** to create your index, select that option and click ** Next**
19
21
20
22
<Screenshot src = " img/screenshots/7-vector-search/6-create-index/3-json-editor.png" alt = " The 'Create Index' page with the 'JSON Editor' tab highlighted" url = " https://cloud.mongodb.com" />
21
23
22
- Select your database and the ` books ` collection, change the index name to ` vectorsearch ` , and add the following code in the JSON editor:
24
+ Add the following code in the JSON editor:
23
25
24
26
<Tabs groupId = " aiproviders" >
25
27
<TabItem value = " serverless" label = " Serverless Endpoint" default >
@@ -72,4 +74,4 @@ Select your database and the `books` collection, change the index name to `vecto
72
74
</TabItem >
73
75
</Tabs >
74
76
75
- The final step allows you to review the index configuration and refine it, if needed. Go ahead and click ** Create Search Index** .
77
+ The final step allows you to review the index configuration and refine it, if needed. Go ahead and click ** Create Vector Search Index** .
0 commit comments