Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Dify supports three types of data source plugins: web crawler, online document,

Each data source plugin type supports multiple data sources. For example:

- **Web Crawler**: Jina Reader, FireCrawl
- **Web Crawler**: Jina Reader, [Firecrawl](https://www.firecrawl.dev/)
- **Online Document**: Notion, Confluence, GitHub
- **Online Drive**: OneDrive, Google Drive, Box, AWS S3, Tencent COS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Integrate with your Notion workspace to seamlessly import pages and databases, a

### Web Crawler

Transform web content into formats that can be easily read by large language models. The knowledge base supports Jina Reader and Firecrawl.
Transform web content into formats that can be easily read by large language models. The knowledge base supports Jina Reader and [Firecrawl](https://www.firecrawl.dev/).

#### Jina Reader

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ B: Click **Go to Add Documents** to add documents.
### Upload Process

1. **Select Data Source**
Choose from the data source types configured in your pipeline. Dify currently supports 4 types of data sources: File Upload (pdf, docx, etc.), Online Drive (Google Drive, OneDrive, etc.), Online Doc (Notion), and Web Crawler (Jina Reader, Firecrawl).
Choose from the data source types configured in your pipeline. Dify currently supports 4 types of data sources: File Upload (pdf, docx, etc.), Online Drive (Google Drive, OneDrive, etc.), Online Doc (Notion), and Web Crawler (Jina Reader, [Firecrawl](https://www.firecrawl.dev/)).
Please visit [Dify Marketplace](https://marketplace.dify.ai/) to install additional data sources.

2. **Fill in Processing Parameters and Preview**
Expand Down