overview.mdx 1.2 KB

1234567891011121314151617181920212223242526
  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="📊 csv" href="/data-sources/csv"></Card>
  7. <Card title="📃 JSON" href="/data-sources/json"></Card>
  8. <Card title="📚🌐 docs site" href="/data-sources/docs-site"></Card>
  9. <Card title="📄 docx" href="/data-sources/docx"></Card>
  10. <Card title="📝 mdx" href="/data-sources/mdx"></Card>
  11. <Card title="📓 notion" href="/data-sources/notion"></Card>
  12. <Card title="📰 pdf" href="/data-sources/pdf-file"></Card>
  13. <Card title="❓💬 q&a pair" href="/data-sources/qna"></Card>
  14. <Card title="🗺️ sitemap" href="/data-sources/sitemap"></Card>
  15. <Card title="📝 text" href="/data-sources/text"></Card>
  16. <Card title="🌐📄 web page" href="/data-sources/web-page"></Card>
  17. <Card title="🧾 xml" href="/data-sources/xml"></Card>
  18. <Card title="🙌 OpenApi" href="/data-sources/openapi"></Card>
  19. <Card title="🎥📺 youtube video" href="/data-sources/youtube-video"></Card>
  20. </CardGroup>
  21. <br/ >
  22. <Snippet file="missing-data-source-tip.mdx" />