You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/tests/integration_tests/document_loaders
vowelparrot bf0887c486
Add Slack Directory Loader (#2841)
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()
```
1 year ago
..
__init__.py
test_bigquery.py
test_bilibili.py Added bilibili loader (#2673) (#2724) 1 year ago
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 Add Slack Directory Loader (#2841) 1 year ago
test_url.py add continue to fix 'continue_on_failure' parameter for URL doc loader (#2735) 1 year ago