Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update screenshots for creating a search index #72

Merged
merged 1 commit into from
Mar 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/2-search/2-search-index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ To start using Atlas Search, you must configure a search index on your database.

## Step-by-step guide to creating your first Atlas Search index

Open the **Database Deployments** page in MongoDB Atlas and select **Create Index** in the lower right corner.
Open the **Clusters** page in MongoDB Atlas and select **Create Index** in the lower right corner under your cluster.

<Screenshot alt="The 'Database Deployments' page with the 'Create Index' link highlighted" src="img/screenshots/2-search/2-search-index/1-create-index.png" url="https://cloud.mongodb.com" />
<Screenshot alt="The 'Clusters' page with the 'Create Index' link highlighted" src="img/screenshots/2-search/2-search-index/1-create-index.png" url="https://cloud.mongodb.com" />

Click the **Create Search Index** button.

Expand All @@ -22,7 +22,7 @@ Next, you need to select a name and data source for your index. Change the name

The final step allows you to review the index configuration and refine it if needed. You may also see the JSON that was generated from your configuration by clicking **View JSON**.

```JSON
```JavaScript
{
"mappings": {
"dynamic": true
Expand Down
6 changes: 3 additions & 3 deletions docs/7-vector-search/6-create-index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ To start using Vector Search, you must configure another search index on your da

## Step-by-step guide to creating your Vector Search index

Open the **Database Deployments** page in MongoDB Atlas and select **Create Index** in the lower right corner.
Open the **Clusters** page in MongoDB Atlas and select **Create Index** in the lower right corner under your cluster.

<Screenshot src="img/screenshots/7-vector-search/6-create-index/1-create-index.png" alt="The 'Database Deployments' page with the 'Create Index' link highlighted" url="https://cloud.mongodb.com" />
<Screenshot src="img/screenshots/7-vector-search/6-create-index/1-create-index.png" alt="The 'Clusters' page with the 'Create Index' link highlighted" url="https://cloud.mongodb.com" />

Click the **Create Search Index** button.

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

In the following screen select **Vector Search**, change the index name to `vectorsearch`, and select your database and the `books` collection.
This time, you will use the **JSON Editor** to create your index, select that option and click **Next**
This time, you will use the **JSON Editor** to create your index, select that option and click **Next**.

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

## 创建第一个 Atlas Search 索引的分步指南

打开 MongoDB Atlas 中的 **Database Deployments** 页面,然后在右下角选择 **Create Index**。
打开 MongoDB Atlas 中的 **Clusters** 页面,然后在右下角选择 **Create Index**。

<Screenshot alt="在 'Database Deployments' 页面中高亮显示的 'Create Index' 链接" src="img/screenshots/2-search/2-search-index/1-create-index.png" url="https://cloud.mongodb.com" />
<Screenshot alt="在 'Clusters' 页面中高亮显示的 'Create Index' 链接" src="img/screenshots/2-search/2-search-index/1-create-index.png" url="https://cloud.mongodb.com" />

点击 **Create Search Index** 按钮。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ import TabItem from '@theme/TabItem';

## 创建向量搜索索引的分步指南

打开 MongoDB Atlas 中的 **Database Deployments** 页面,并在右下角选择 **Create Index**。
打开 MongoDB Atlas 中的 **Clusters** 页面,并在右下角选择 **Create Index**。

<Screenshot src="img/screenshots/7-vector-search/6-create-index/1-create-index.png" alt="在 'Database Deployments' 页面中突出显示的 'Create Index' 链接" url="https://cloud.mongodb.com" />
<Screenshot src="img/screenshots/7-vector-search/6-create-index/1-create-index.png" alt="在 'Clusters' 页面中突出显示的 'Create Index' 链接" url="https://cloud.mongodb.com" />

点击 **Create Search Index** 按钮。

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.