Skip to content

Commit 93c0a19

Browse files
author
ajosh0504
committed
Small updates
1 parent 68f627d commit 93c0a19

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

labs/ai-rag-lab.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"cell_type": "markdown",
136136
"metadata": {},
137137
"source": [
138-
"# Step 3: Chunk up and embed the data\n"
138+
"# Step 3: Chunk and embed the data\n"
139139
]
140140
},
141141
{
@@ -302,7 +302,7 @@
302302
"source": [
303303
"# Preview a chunked document to understand its structure\n",
304304
"# Note that the structure looks similar to the original docs, except the `body` field now contains smaller chunks of text\n",
305-
"# Each document also has an additonal `embedding` field\n",
305+
"# Each document also has an additional `embedding` field\n",
306306
"embedded_docs[0]"
307307
]
308308
},

solutions/ai-rag-lab.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"cell_type": "markdown",
136136
"metadata": {},
137137
"source": [
138-
"# Step 3: Chunk up and embed the data\n"
138+
"# Step 3: Chunk and embed the data\n"
139139
]
140140
},
141141
{
@@ -302,7 +302,7 @@
302302
"source": [
303303
"# Preview a chunked document to understand its structure\n",
304304
"# Note that the structure looks similar to the original docs, except the `body` field now contains smaller chunks of text\n",
305-
"# Each document also has an additonal `embedding` field\n",
305+
"# Each document also has an additional `embedding` field\n",
306306
"embedded_docs[0]"
307307
]
308308
},

0 commit comments

Comments
 (0)