mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-04 20:46:45 +00:00
docs: Minor typo fixed, install necessary pip (#28976)
Description: Document update. A minor typo is fixed. Install lxml as required. Issue: - Dependencies: - Twitter handle: @sathesh --------- Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
committed by
GitHub
parent
b8aa8c86ba
commit
a37be6dc65
@@ -44,7 +44,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"%pip install -qU langchain-community beautifulsoup4"
|
"%pip install -qU langchain-community beautifulsoup4 lxml"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@@ -41,7 +41,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"# Optionally set your Slack URL. This will give you proper URLs in the docs sources.\n",
|
"# Optionally set your Slack URL. This will give you proper URLs in the docs sources.\n",
|
||||||
"SLACK_WORKSPACE_URL = \"https://xxx.slack.com\"\n",
|
"SLACK_WORKSPACE_URL = \"https://xxx.slack.com\"\n",
|
||||||
"LOCAL_ZIPFILE = \"\" # Paste the local paty to your Slack zip file here.\n",
|
"LOCAL_ZIPFILE = \"\" # Paste the local path to your Slack zip file here.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"loader = SlackDirectoryLoader(LOCAL_ZIPFILE, SLACK_WORKSPACE_URL)"
|
"loader = SlackDirectoryLoader(LOCAL_ZIPFILE, SLACK_WORKSPACE_URL)"
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user