langchain/docs
vowelparrot a6f767ae7a
Add Slack Directory Loader (#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()
```

---------

Co-authored-by: Mikhail Dubov <mikhail@chattermill.io>
2023-04-13 08:39:07 -07:00
..
_static Harrison/databerry (#2688) 2023-04-10 18:49:47 -07:00
ecosystem Fix headings in docs (ClearML and Comet) (#2808) 2023-04-13 08:24:16 -07:00
getting_started add: conda installation instructions (#2678) 2023-04-10 20:54:13 -07:00
modules Add Slack Directory Loader (#2835) 2023-04-13 08:39:07 -07:00
reference Adding milvus/zilliz into docs (#2686) 2023-04-10 18:08:41 -07:00
tracing bump version to 131 (#2391) 2023-04-04 07:21:50 -07:00
use_cases cr 2023-04-12 13:46:58 -07:00
conf.py Corrects copyright year (#1762) 2023-03-18 19:55:05 -07:00
deployments.md docs: Update deployments.md to include a BentoML example (#2661) 2023-04-10 14:57:32 -07:00
ecosystem.rst Docs refactor (#480) 2023-01-02 08:24:09 -08:00
gallery.rst docs: update gpt index references to LlamaIndex (#1856) 2023-03-21 22:01:05 -07:00
glossary.md big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
index.rst cr 2023-04-09 13:10:46 -07:00
make.bat initial commit 2022-10-24 14:51:15 -07:00
Makefile Feature: linkcheck-action (#534) (#542) 2023-01-04 21:39:50 -08:00
model_laboratory.ipynb big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
reference.rst Feature: linkcheck-action (#534) (#542) 2023-01-04 21:39:50 -08:00
requirements.txt Harrison/docs reqs (#2199) 2023-03-30 08:20:30 -07:00
tracing.md Harrison/tracing docs (#806) 2023-01-29 20:49:35 -08:00