docs: Update link to LCEL Concept Guide (#2438)

Updated the link to the LCEL concept guide
This commit is contained in:
Zapiron
2024-11-18 09:09:12 -05:00
committed by GitHub
parent 5494855ffa
commit 9208052a94
@@ -102,7 +102,7 @@
"from langchain_community.document_loaders.recursive_url_loader import RecursiveUrlLoader\n",
"\n",
"# LCEL docs\n",
"url = \"https://python.langchain.com/docs/concepts/#langchain-expression-language-lcel\"\n",
"url = \"https://python.langchain.com/docs/concepts/lcel/\"\n",
"loader = RecursiveUrlLoader(\n",
" url=url, max_depth=20, extractor=lambda x: Soup(x, \"html.parser\").text\n",
")\n",