Skip to content

Commit

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

<Screenshot url="https://cloud.mongodb.com" src="img/screenshots/40-prepare-the-data/5-ingest-data/1-browse-collections.png" alt="Browse collections" />

Ensure that you see a database called _mongodb_rag_lab_, and a collection named _knowledge_base_ under it. Note the number and format of documents in the collection.
Ensure that you see a database called _mongodb_genai_devday_, and a collection named _knowledge_base_ under it. Note the number and format of documents in the collection.

<Screenshot url="https://cloud.mongodb.com" src="img/screenshots/40-prepare-the-data/5-ingest-data/2-verify-collection.png" alt="Verify collection" />
10 changes: 7 additions & 3 deletions docs/50-perform-semantic-search/2-create-vector-index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@ collection.create_search_index(model=model)
</div>
</details>

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

Navigate to **Search Indexes** for the _knowledge_base_ collection.

<Screenshot url="https://cloud.mongodb.com" src="img/screenshots/50-perform-semantic-search/2-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**.

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

Please sign in to comment.