Skip to content

Commit

Permalink
Updating screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
ajosh0504 committed Jan 21, 2025
1 parent d99c016 commit 9d8676b
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/40-agent-tools/2-import-data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To verify that the data has been imported into your MongoDB cluster, navigate to

<Screenshot url="https://cloud.mongodb.com" src="img/screenshots/40-agent-tools/2-import-data/1-browse-collections.png" alt="Browse collections" />

Ensure that you see a database called _mongodb_agents_lab_, and two collections namely _chunked_docs_ and _full_docs_ under it. Note the number and format of documents in both the collections.
Ensure that you see a database called _mongodb_genai_devday_, and two collections namely _chunked_docs_ and _full_docs_ under it. Note the number and format of documents in both the collections.

<Screenshot url="https://cloud.mongodb.com" src="img/screenshots/40-agent-tools/2-import-data/2-chunked-collection.png" alt="Chunked collection" />

Expand Down
10 changes: 7 additions & 3 deletions docs/40-agent-tools/3-create-vector-search-index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,14 @@ vs_collection.create_search_index(model=model)
</div>
</details>

To verify that the index was created, navigate to **Search Indexes** for the _chunked_docs_ collection.
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/40-agent-tools/3-create-vector-search-index/1-nav-search-indexes.png" alt="Navigate to search indexes" />
<Screenshot url="https://cloud.mongodb.com" src="img/screenshots/40-agent-tools/3-create-vector-search-index/1-browse-collections.png" alt="Browse collections" />

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

<Screenshot url="https://cloud.mongodb.com" src="img/screenshots/40-agent-tools/3-create-vector-search-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**.

<Screenshot url="https://cloud.mongodb.com" src="img/screenshots/40-agent-tools/3-create-vector-search-index/2-index-ready.png" alt="Index ready to use" />
<Screenshot url="https://cloud.mongodb.com" src="img/screenshots/40-agent-tools/3-create-vector-search-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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
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 9d8676b

Please sign in to comment.