Skip to content

Commit 6286999

Browse files
author
ajosh0504
committed
Smol updates
1 parent 85b8f9e commit 6286999

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/20-dev-env/2-dev-env-setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ In the modal that appears, click **Python environments...** and select the inter
3535
That's it! You're ready for the lab!
3636

3737
<details>
38-
<summary>🦹 Use the MongoDB for VS Code extension to interact with the local MongoDB cluster from the VSCode IDE. </summary>
38+
<summary>🦹 Use the MongoDB for VS Code extension to interact with the local MongoDB cluster from the VSCode IDE </summary>
3939

4040
In the left navigation bar of the IDE, click on the leaf icon. Under Connections, click the **Add Connection** button.
4141

docs/30-import-data/1-import-data.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Run the cells under the **Step 2: Import data into MongoDB** section in the note
1313

1414
<Screenshot url="https://github.com/codespaces" src="img/screenshots/30-import-data/1-import-data/1-verify-collection.png" alt="Verify collection" />
1515

16-
Click the **>** arrow next to _books_ and ensure that you see _50_ documents.
16+
Click the **>** arrow next to _books_ and note the number of documents.
1717

1818
<Screenshot url="https://github.com/codespaces" src="img/screenshots/30-import-data/1-import-data/2-document-count.png" alt="Verify document count" />
1919

docs/40-perform-vector-search/3-create-vector-index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 👐 Create a vector search index
22

3-
To retrieve documents from MongoDB using vector search, you must configure a vector search index on the collection into which you ingested your data.
3+
To retrieve documents from MongoDB using vector search, you must configure a vector search index on the collection into which you ingested your data. In this lab, you will programmatically create vector search indexes using MongoDB's Python driver.
44

55
Fill in any `<CODE_BLOCK_N>` placeholders and run the cells under the **Step 5: Create a vector search index** section in the notebook to create a vector search index on the `books` collection.
66

0 commit comments

Comments
 (0)