feat: Add cal.com link for feedback (#493)
This commit is contained in:
5
.github/ISSUE_TEMPLATE/config.yml
vendored
5
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -2,4 +2,7 @@ blank_issues_enabled: true
|
|||||||
contact_links:
|
contact_links:
|
||||||
- name: Discord
|
- name: Discord
|
||||||
url: https://discord.gg/6PzXDgEjG5
|
url: https://discord.gg/6PzXDgEjG5
|
||||||
about: General community discussions
|
about: General community discussions
|
||||||
|
- name: Schedule a Feedback Session
|
||||||
|
url: https://cal.com/taranjeetio/ec
|
||||||
|
about: Speak directly with Taranjeet, the founder, to discuss issues, share feedback, or explore improvements for Embedchain.
|
||||||
|
|||||||
@@ -8,6 +8,10 @@
|
|||||||
|
|
||||||
Embedchain is a framework to easily create LLM powered bots over any dataset. If you want a javascript version, check out [embedchain-js](https://github.com/embedchain/embedchainjs)
|
Embedchain is a framework to easily create LLM powered bots over any dataset. If you want a javascript version, check out [embedchain-js](https://github.com/embedchain/embedchainjs)
|
||||||
|
|
||||||
|
## 🤝 Let's Talk Embedchain!
|
||||||
|
|
||||||
|
Schedule a [Feedback Session](https://cal.com/taranjeetio/ec) with Taranjeet, the founder, to discuss any issues, provide feedback, or explore improvements.
|
||||||
|
|
||||||
## 🔧 Quick install
|
## 🔧 Quick install
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
@@ -47,7 +47,8 @@
|
|||||||
"footerSocials": {
|
"footerSocials": {
|
||||||
"twitter": "https://twitter.com/embedchain",
|
"twitter": "https://twitter.com/embedchain",
|
||||||
"github": "https://github.com/embedchain/embedchain",
|
"github": "https://github.com/embedchain/embedchain",
|
||||||
"linkedin": "https://www.linkedin.com/company/embedchain"
|
"linkedin": "https://www.linkedin.com/company/embedchain",
|
||||||
|
"website": "https://embedchain.ai"
|
||||||
},
|
},
|
||||||
"backgroundImage": "/background.png",
|
"backgroundImage": "/background.png",
|
||||||
"isWhiteLabeled": true
|
"isWhiteLabeled": true
|
||||||
|
|||||||
Reference in New Issue
Block a user