123456789101112131415161718192021222324252627282930313233 |
- ---
- 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="📊 CSV" href="/data-sources/csv"></Card>
- <Card title="📃 JSON" href="/data-sources/json"></Card>
- <Card title="📚 docs site" href="/data-sources/docs-site"></Card>
- <Card title="📄 docx" href="/data-sources/docx"></Card>
- <Card title="📝 mdx" href="/data-sources/mdx"></Card>
- <Card title="📓 Notion" href="/data-sources/notion"></Card>
- <Card title="📰 PDF" href="/data-sources/pdf-file"></Card>
- <Card title="❓💬 q&a pair" href="/data-sources/qna"></Card>
- <Card title="🗺️ sitemap" href="/data-sources/sitemap"></Card>
- <Card title="📝 text" href="/data-sources/text"></Card>
- <Card title="🌐 web page" href="/data-sources/web-page"></Card>
- <Card title="🧾 xml" href="/data-sources/xml"></Card>
- <Card title="🙌 OpenAPI" href="/data-sources/openapi"></Card>
- <Card title="📺 Youtube" href="/data-sources/youtube-video"></Card>
- <Card title="📬 Gmail" href="/data-sources/gmail"></Card>
- <Card title="🐘 Postgres" href="/data-sources/postgres"></Card>
- <Card title="🐬 MySQL" href="/data-sources/mysql"></Card>
- <Card title="🤖 Slack" href="/data-sources/slack"></Card>
- <Card title="🗨️ Discourse" href="/data-sources/discourse"></Card>
- <Card title="💬 Discord" href="/data-sources/discord"></Card>
- <Card title="📝 Github" href="/data-sources/github"></Card>
- </CardGroup>
- <br/ >
- <Snippet file="missing-data-source-tip.mdx" />
|