Skip to content

Commit

Permalink
Added title/intro/link to the data chunking ipynb files
Browse files Browse the repository at this point in the history
  • Loading branch information
HeidiSteen committed Feb 28, 2024
1 parent 5583960 commit 106024d
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# LangChain data chunking example\n",
"\n",
"This notebook uses Langchain's recursive character text splitter to chunk text. Source files are large PDFs loaded using PyPDFLoader.\n",
"\n",
"The notebook complements the [Chunking large documents for vector search solutions](https://learn.microsoft.com/azure/search/vector-search-how-to-chunk-document) article in the Azure AI Search documentation.\n",
"\n",
"### Set up a Python virtual environment in Visual Studio Code\n",
"\n",
"1. Open the Command Palette (Ctrl+Shift+P).\n",
Expand Down

0 comments on commit 106024d

Please sign in to comment.