Skip to content

Commit

Permalink
fix: move the subsection correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
jirimoravcik committed Sep 15, 2023
1 parent a8464df commit 956484a
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions docs/extras/use_cases/web_scraping.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,15 @@
"result"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Going deeper \n",
"\n",
"* Here's a [app](https://github.com/langchain-ai/web-explorer/tree/main) that wraps this retriver with a lighweight UI."
]
},
{
"cell_type": "markdown",
"id": "312c399e",
Expand Down Expand Up @@ -628,16 +637,6 @@
"result = index.query(query)\n",
"print(result)"
]
},
{
"cell_type": "markdown",
"id": "ff62e5f5",
"metadata": {},
"source": [
"### Going deeper \n",
"\n",
"* Here's a [app](https://github.com/langchain-ai/web-explorer/tree/main) that wraps this retriver with a lighweight UI."
]
}
],
"metadata": {
Expand Down

0 comments on commit 956484a

Please sign in to comment.