Skip to content

Commit 89ca6a2

Browse files
author
ajosh0504
committed
Replace our with the
1 parent b43424a commit 89ca6a2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 👐 Load the dataset
22

3-
First, let's download the dataset for our lab. We'll use a subset of our technical documentation as the source data for our documentation chatbot.
3+
First, let's download the dataset for the lab. We'll use a subset of MongoDB's technical documentation as the source data for the documentation chatbot.
44

55
Run all the cells under the **Step 2: Load the dataset** section in the notebook to load the articles as a list of Python objects consisting of the content and relevant metadata.

docs/40-prepare-the-data/3-embed-data.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 👐 Generate embeddings
22

3-
To perform vector search on our data, we need to embed it (i.e. generate embedding vectors) before ingesting it into MongoDB.
3+
To perform vector search on the data, we need to embed it (i.e. generate embedding vectors) before ingesting it into MongoDB.
44

55
Fill in any `<CODE_BLOCK_N>` placeholders and run the cells under the **Step 4: Generate embeddings** section in the notebook to embed the chunked articles.
66

docs/40-prepare-the-data/4-ingest-data.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Screenshot from "@site/src/components/Screenshot";
22

33
# 👐 Ingest data into MongoDB
44

5-
The final step to build a MongoDB vector store for our chatbot is to ingest the embedded article chunks into MongoDB.
5+
The final step to build a MongoDB vector store for the chatbot is to ingest the embedded article chunks into MongoDB.
66

77
Fill in any `<CODE_BLOCK_N>` placeholders and run the cells under the **Step 5: Ingest data into MongoDB** section in the notebook to ingest the embedded documents into MongoDB.
88

docs/50-perform-semantic-search/3-vector-search.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 👐 Perform semantic search
22

3-
Now let's run some vector search queries against our data present in MongoDB.
3+
Now let's run some vector search queries against the data present in MongoDB.
44

55
Fill in any `<CODE_BLOCK_N>` placeholders and run the cells under the **Step 7: Perform semantic search on your data** section in the notebook to run vector search queries against your data.
66

0 commit comments

Comments
 (0)