Skip to content

Commit

Permalink
Update indexing_pipeline.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav-kimothi committed Jul 30, 2024
1 parent d0f7f27 commit 2b9ba40
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Chapters/Chapter-03/indexing_pipeline.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
"source": [
"We can see that some __content has been extracted__. Also, some __metadata__ information is present.\n",
"\n",
"The content is in __HTML format__ which does not convey a lot of factual information. We will now tranform this data into a readable format using __Html2TextTransformer__ class."
"The content is in __HTML format__ which does not convey a lot of factual information. We will now transform this data into a readable format using __Html2TextTransformer__ class."
]
},
{
Expand All @@ -231,6 +231,11 @@
"Let us review the extracted content, now transformed by the Html2TextTransformer"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": []
},
{
"cell_type": "code",
"execution_count": 6,
Expand Down

0 comments on commit 2b9ba40

Please sign in to comment.