123456789101112131415161718192021222324252627282930313233343536373839 |
- ---
- title: Overview
- ---
- Embedchain comes with built-in support for various data sources. We handle the complexity of loading unstructured data from these data sources, allowing you to easily customize your app through a user-friendly interface.
- <CardGroup cols={4}>
- <Card title="📰 PDF file" href="/components/data-sources/pdf-file"></Card>
- <Card title="📊 CSV file" href="/components/data-sources/csv"></Card>
- <Card title="📃 JSON file" href="/components/data-sources/json"></Card>
- <Card title="📽️ Youtube Channel" href="/components/data-sources/youtube-channel"></Card>
- <Card title="📺 Youtube" href="/components/data-sources/youtube-video"></Card>
- <Card title="📝 Text" href="/components/data-sources/text"></Card>
- <Card title="📚 Documentation website" href="/components/data-sources/docs-site"></Card>
- <Card title="📄 DOCX file" href="/components/data-sources/docx"></Card>
- <Card title="📝 MDX file" href="/components/data-sources/mdx"></Card>
- <Card title="📓 Notion" href="/components/data-sources/notion"></Card>
- <Card title="❓💬 Q&A pair" href="/components/data-sources/qna"></Card>
- <Card title="🗺️ Sitemap" href="/components/data-sources/sitemap"></Card>
- <Card title="🌐 Web page" href="/components/data-sources/web-page"></Card>
- <Card title="🧾 XML file" href="/components/data-sources/xml"></Card>
- <Card title="🙌 OpenAPI" href="/components/data-sources/openapi"></Card>
- <Card title="📬 Gmail" href="/components/data-sources/gmail"></Card>
- <Card title="🐘 Postgres" href="/components/data-sources/postgres"></Card>
- <Card title="🐬 MySQL" href="/components/data-sources/mysql"></Card>
- <Card title="🤖 Slack" href="/components/data-sources/slack"></Card>
- <Card title="🗨️ Discourse" href="/components/data-sources/discourse"></Card>
- <Card title="💬 Discord" href="/components/data-sources/discord"></Card>
- <Card title="📝 Github" href="/components/data-sources/github"></Card>
- <Card title="⚙️ Custom" href="/components/data-sources/custom"></Card>
- <Card title="📝 Substack" href="/components/data-sources/substack"></Card>
- <Card title="🐝 Beehiiv" href="/components/data-sources/beehiiv"></Card>
- <Card title="📁 Directory" href="/components/data-sources/directory"></Card>
- <Card title="💾 Dropbox" href="/components/data-sources/dropbox"></Card>
- </CardGroup>
- <br/ >
- <Snippet file="missing-data-source-tip.mdx" />
|