Skip to content

Commit

Permalink
docs: Minor typo fixed, install necessary pip (#28976)
Browse files Browse the repository at this point in the history
Description: Document update. A minor typo is fixed. Install lxml as
required.
    Issue: -
    Dependencies: -
    Twitter handle: @sathesh

---------

Co-authored-by: Erick Friis <[email protected]>
  • Loading branch information
satheshshiva and efriis authored Jan 2, 2025
1 parent b8aa8c8 commit a37be6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"metadata": {},
"outputs": [],
"source": [
"%pip install -qU langchain-community beautifulsoup4"
"%pip install -qU langchain-community beautifulsoup4 lxml"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/integrations/document_loaders/slack.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"source": [
"# Optionally set your Slack URL. This will give you proper URLs in the docs sources.\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",
"loader = SlackDirectoryLoader(LOCAL_ZIPFILE, SLACK_WORKSPACE_URL)"
]
Expand Down

0 comments on commit a37be6d

Please sign in to comment.