overview.mdx 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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="Text" href="/components/data-sources/text"></Card>
  10. <Card title="Directory" href="/components/data-sources/directory"></Card>
  11. <Card title="Web page" href="/components/data-sources/web-page"></Card>
  12. <Card title="Youtube Channel" href="/components/data-sources/youtube-channel"></Card>
  13. <Card title="Youtube Video" href="/components/data-sources/youtube-video"></Card>
  14. <Card title="Docs website" href="/components/data-sources/docs-site"></Card>
  15. <Card title="MDX file" href="/components/data-sources/mdx"></Card>
  16. <Card title="DOCX file" href="/components/data-sources/docx"></Card>
  17. <Card title="Notion" href="/components/data-sources/notion"></Card>
  18. <Card title="Sitemap" href="/components/data-sources/sitemap"></Card>
  19. <Card title="XML file" href="/components/data-sources/xml"></Card>
  20. <Card title="Q&A pair" href="/components/data-sources/qna"></Card>
  21. <Card title="OpenAPI" href="/components/data-sources/openapi"></Card>
  22. <Card title="Gmail" href="/components/data-sources/gmail"></Card>
  23. <Card title="Google Drive" href="/components/data-sources/google-drive"></Card>
  24. <Card title="GitHub" href="/components/data-sources/github"></Card>
  25. <Card title="Postgres" href="/components/data-sources/postgres"></Card>
  26. <Card title="MySQL" href="/components/data-sources/mysql"></Card>
  27. <Card title="Slack" href="/components/data-sources/slack"></Card>
  28. <Card title="Discord" href="/components/data-sources/discord"></Card>
  29. <Card title="Discourse" href="/components/data-sources/discourse"></Card>
  30. <Card title="Substack" href="/components/data-sources/substack"></Card>
  31. <Card title="Beehiiv" href="/components/data-sources/beehiiv"></Card>
  32. <Card title="Dropbox" href="/components/data-sources/dropbox"></Card>
  33. <Card title="Image" href="/components/data-sources/image"></Card>
  34. <Card title="Custom" href="/components/data-sources/custom"></Card>
  35. </CardGroup>
  36. <br/ >
  37. <Snippet file="missing-data-source-tip.mdx" />