docs: add contribution section (#744)
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
[](https://embedchain.substack.com/)
|
[](https://embedchain.substack.com/)
|
||||||
[](https://colab.research.google.com/drive/138lMWhENGeEu7Q1-6lNbNTHGLZXBBz_B?usp=sharing)
|
[](https://colab.research.google.com/drive/138lMWhENGeEu7Q1-6lNbNTHGLZXBBz_B?usp=sharing)
|
||||||
|
|
||||||
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/embedchain/tree/main/embedchain-js)
|
||||||
|
|
||||||
## Community
|
## Community
|
||||||
|
|
||||||
|
|||||||
@@ -42,7 +42,6 @@ embedchain is built on the following stack:
|
|||||||
### Maintainer
|
### Maintainer
|
||||||
|
|
||||||
- Deshraj Yadav ([@deshrajdry](https://twitter.com/taranjeetio))
|
- Deshraj Yadav ([@deshrajdry](https://twitter.com/taranjeetio))
|
||||||
- [cachho](https://github.com/cachho)
|
|
||||||
|
|
||||||
### Citation
|
### Citation
|
||||||
|
|
||||||
|
|||||||
4
docs/contribution/guidelines.mdx
Normal file
4
docs/contribution/guidelines.mdx
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: '📝 Guidelines'
|
||||||
|
url: https://github.com/embedchain/embedchain/blob/main/CONTRIBUTING.md
|
||||||
|
---
|
||||||
4
docs/contribution/javascript.mdx
Normal file
4
docs/contribution/javascript.mdx
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: '📝 Javascript'
|
||||||
|
url: https://github.com/embedchain/embedchain/tree/main/embedchain-js
|
||||||
|
---
|
||||||
4
docs/contribution/python.mdx
Normal file
4
docs/contribution/python.mdx
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: '📝 Python'
|
||||||
|
url: https://github.com/embedchain/embedchain
|
||||||
|
---
|
||||||
@@ -79,8 +79,14 @@
|
|||||||
"pages": ["integration/langsmith"]
|
"pages": ["integration/langsmith"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"group": "Contribution Guidelines",
|
"group": "Contribute",
|
||||||
"pages": ["contribution/dev", "contribution/docs"]
|
"pages": [
|
||||||
|
"contribution/guidelines",
|
||||||
|
"contribution/dev",
|
||||||
|
"contribution/docs",
|
||||||
|
"contribution/python",
|
||||||
|
"contribution/javascript"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user