Skip to content

Commit

Permalink
Update screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
bohyunjung committed Feb 4, 2025
1 parent 4447a77 commit df17377
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion docs/30-perform-semantic-search/3-add-embeddings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,8 @@ collection.update_one(filter, update)
```

</div>
</details>
</details>

The documents have been updated with embeddings.

<Screenshot url="https://cloud.mongodb.com" src="img/screenshots/30-perform-semantic-search/3-add-embeddings/1-verify-collection.png" alt="Verify collection" />
6 changes: 3 additions & 3 deletions docs/30-perform-semantic-search/4-create-vector-index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ collection.create_search_index(model=model)

To verify that the index was created, navigate to the **Overview** page in the Atlas UI. In the **Clusters section**, select your cluster and click **Browse collections**.

<Screenshot url="https://cloud.mongodb.com" src="img/screenshots/30-perform-semantic-search/3-create-vector-index/1-browse-collections.png" alt="Browse collections" />
<Screenshot url="https://cloud.mongodb.com" src="img/screenshots/30-perform-semantic-search/4-create-vector-index/1-browse-collections.png" alt="Browse collections" />

Navigate to **Search Indexes** for the _books_ collection in the _mongodb_genai_devday_ database.

<Screenshot url="https://cloud.mongodb.com" src="img/screenshots/30-perform-semantic-search/3-create-vector-index/2-nav-search-indexes.png" alt="Navigate to search indexes" />
<Screenshot url="https://cloud.mongodb.com" src="img/screenshots/30-perform-semantic-search/4-create-vector-index/2-nav-search-indexes.png" alt="Navigate to search indexes" />

The index is ready to use once the status changes from **PENDING** to **READY**. Also note the size of the index.

<Screenshot url="https://cloud.mongodb.com" src="img/screenshots/30-perform-semantic-search/3-create-vector-index/3-index-ready.png" alt="Index ready to use" />
<Screenshot url="https://cloud.mongodb.com" src="img/screenshots/30-perform-semantic-search/4-create-vector-index/3-index-ready.png" alt="Index ready to use" />
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.

0 comments on commit df17377

Please sign in to comment.