langchain/docs/extras/ecosystem/integrations/slack.mdx

18 lines
331 B
Plaintext
Raw Normal View History

# Slack
>[Slack](https://slack.com/) is an instant messaging program.
## Installation and Setup
There isn't any special setup for it.
## Document Loader
See a [usage example](/docs/modules/data_connection/document_loaders/integrations/slack.html).
```python
from langchain.document_loaders import SlackDirectoryLoader
```