missing-data-source-tip.mdx 935 B

12345678910111213141516171819
  1. <p>If you can't find the specific data source, please feel free to request through one of the following channels and help us prioritize.</p>
  2. <CardGroup cols={2}>
  3. <Card title="Google Form" icon="file" href="https://forms.gle/NDRCKsRpUHsz2Wcm8" color="#7387d0">
  4. Fill out this form
  5. </Card>
  6. <Card title="Slack" icon="slack" href="https://embedchain.ai/slack" color="#4A154B">
  7. Let us know on our slack community
  8. </Card>
  9. <Card title="Discord" icon="discord" href="https://discord.gg/6PzXDgEjG5" color="#7289DA">
  10. Let us know on discord community
  11. </Card>
  12. <Card title="GitHub" icon="github" href="https://github.com/embedchain/embedchain/issues/new?assignees=&labels=&projects=&template=feature_request.yml" color="#181717">
  13. Open an issue on our GitHub
  14. </Card>
  15. <Card title="Schedule a call" icon="calendar" href="https://cal.com/taranjeetio/ec">
  16. Schedule a call with Embedchain founder
  17. </Card>
  18. </CardGroup>