Skip to content

Commit 3440d37

Browse files
updating create vector search index screens
1 parent 5afe81b commit 3440d37

File tree

5 files changed

+592
-330
lines changed

5 files changed

+592
-330
lines changed

Diff for: docs/7-vector-search/6-create-index.mdx

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import Tabs from '@theme/Tabs';
22
import TabItem from '@theme/TabItem';
3+
import Screenshot from "../../src/components/Screenshot";
34

45
# 👐 Create Vector Search Indexes
56

@@ -15,11 +16,12 @@ Click the **Create Search Index** button.
1516

1617
<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" />
1718

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**
1921

2022
<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" />
2123

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:
2325

2426
<Tabs groupId="aiproviders">
2527
<TabItem value="serverless" label="Serverless Endpoint" default>
@@ -72,4 +74,4 @@ Select your database and the `books` collection, change the index name to `vecto
7274
</TabItem>
7375
</Tabs>
7476

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

Comments
 (0)