Skip to content

Commit 4aaab81

Browse files
authored
fixed link
1 parent baaef86 commit 4aaab81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

notebooks/GenAI/notebooks/AzureAIStudio_langchain.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
"cell_type": "markdown",
151151
"metadata": {},
152152
"source": [
153-
"Now let's load in a scientific document to run a query against. Read more about document loaders from langchain [here](https://python.langchain.com/docs/modules/data_connection/document_loaders/pdf). Note that we are both loading, and splitting our document. You can read more about the default document chunking/splitting procedures [here](https://python.langchain.com/docs/modules/data_connection/document_transformers/#get-started-with-text-splitters)."
153+
"Now let's load in a scientific document to run a query against. Read more about document loaders from langchain [here](https://python.langchain.com/docs/how_to/document_loader_pdf/). Note that we are both loading, and splitting our document. You can read more about the default document chunking/splitting procedures [here](https://python.langchain.com/docs/how_to/#text-splitters)."
154154
]
155155
},
156156
{

0 commit comments

Comments
 (0)