forked from Archives/langchain
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() ``` |
||
---|---|---|
.. | ||
__init__.py | ||
test_bigquery.py | ||
test_bilibili.py | ||
test_bshtml.py | ||
test_dataframe.py | ||
test_duckdb.py | ||
test_email.py | ||
test_figma.py | ||
test_gitbook.py | ||
test_ifixit.py | ||
test_pdf.py | ||
test_sitemap.py | ||
test_slack.py | ||
test_url.py |