overview.mdx 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. ---
  2. title: Overview
  3. ---
  4. 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.
  5. <CardGroup cols={4}>
  6. <Card title="📰 PDF file" href="/components/data-sources/pdf-file"></Card>
  7. <Card title="📊 CSV file" href="/components/data-sources/csv"></Card>
  8. <Card title="📃 JSON file" href="/components/data-sources/json"></Card>
  9. <Card title="📽️ Youtube Channel" href="/components/data-sources/youtube-channel"></Card>
  10. <Card title="📺 Youtube" href="/components/data-sources/youtube-video"></Card>
  11. <Card title="📝 Text" href="/components/data-sources/text"></Card>
  12. <Card title="📚 Documentation website" href="/components/data-sources/docs-site"></Card>
  13. <Card title="📄 DOCX file" href="/components/data-sources/docx"></Card>
  14. <Card title="📝 MDX file" href="/components/data-sources/mdx"></Card>
  15. <Card title="📓 Notion" href="/components/data-sources/notion"></Card>
  16. <Card title="❓💬 Q&A pair" href="/components/data-sources/qna"></Card>
  17. <Card title="🗺️ Sitemap" href="/components/data-sources/sitemap"></Card>
  18. <Card title="🌐 Web page" href="/components/data-sources/web-page"></Card>
  19. <Card title="🧾 XML file" href="/components/data-sources/xml"></Card>
  20. <Card title="🙌 OpenAPI" href="/components/data-sources/openapi"></Card>
  21. <Card title="📬 Gmail" href="/components/data-sources/gmail"></Card>
  22. <Card title="🐘 Postgres" href="/components/data-sources/postgres"></Card>
  23. <Card title="🐬 MySQL" href="/components/data-sources/mysql"></Card>
  24. <Card title="🤖 Slack" href="/components/data-sources/slack"></Card>
  25. <Card title="🗨️ Discourse" href="/components/data-sources/discourse"></Card>
  26. <Card title="💬 Discord" href="/components/data-sources/discord"></Card>
  27. <Card title="📝 Github" href="/components/data-sources/github"></Card>
  28. <Card title="⚙️ Custom" href="/components/data-sources/custom"></Card>
  29. <Card title="📝 Substack" href="/components/data-sources/substack"></Card>
  30. <Card title="🐝 Beehiiv" href="/components/data-sources/beehiiv"></Card>
  31. <Card title="📁 Directory" href="/components/data-sources/directory"></Card>
  32. <Card title="💾 Dropbox" href="/components/data-sources/dropbox"></Card>
  33. </CardGroup>
  34. <br/ >
  35. <Snippet file="missing-data-source-tip.mdx" />