mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
bf0887c486
Fixes linting issue from #2835 Adds a loader for Slack Exports which can be a very valuable source of knowledge to use for internal QA bots and other use cases. ```py # Export data from your Slack Workspace first. from langchain.document_loaders import SLackDirectoryLoader SLACK_WORKSPACE_URL = "https://awesome.slack.com" loader = ("Slack_Exports", SLACK_WORKSPACE_URL) docs = loader.load() ``` |
||
---|---|---|
.. | ||
example-utf8.html | ||
example.html | ||
hello.msg | ||
hello.pdf | ||
layout-parser-paper.pdf | ||
slack_export.zip |