mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-07 03:14:42 +00:00
doc: add Contribution guide
This commit is contained in:
parent
8fc736f6c8
commit
2ee4a25af4
@ -215,6 +215,10 @@ The achievements of this project are thanks to the technical community, especial
|
|||||||
- [ChatGLM](https://github.com/THUDM/ChatGLM-6B) as the base model
|
- [ChatGLM](https://github.com/THUDM/ChatGLM-6B) as the base model
|
||||||
- [llama_index](https://github.com/jerryjliu/llama_index) for enhancing database-related knowledge using [in-context learning](https://arxiv.org/abs/2301.00234) based on existing knowledge bases.
|
- [llama_index](https://github.com/jerryjliu/llama_index) for enhancing database-related knowledge using [in-context learning](https://arxiv.org/abs/2301.00234) based on existing knowledge bases.
|
||||||
|
|
||||||
|
## Contribution
|
||||||
|
|
||||||
|
- Please run `black .` before submitting the code.
|
||||||
|
|
||||||
<!-- GITCONTRIBUTOR_START -->
|
<!-- GITCONTRIBUTOR_START -->
|
||||||
|
|
||||||
## Contributors
|
## Contributors
|
||||||
|
@ -218,6 +218,10 @@ python tools/knowledge_init.py
|
|||||||
- [ChatGLM](https://github.com/THUDM/ChatGLM-6B) 基础模型
|
- [ChatGLM](https://github.com/THUDM/ChatGLM-6B) 基础模型
|
||||||
- [llama-index](https://github.com/jerryjliu/llama_index) 基于现有知识库进行[In-Context Learning](https://arxiv.org/abs/2301.00234)来对其进行数据库相关知识的增强。
|
- [llama-index](https://github.com/jerryjliu/llama_index) 基于现有知识库进行[In-Context Learning](https://arxiv.org/abs/2301.00234)来对其进行数据库相关知识的增强。
|
||||||
|
|
||||||
|
# 贡献
|
||||||
|
|
||||||
|
- 提交代码前请先执行 `black .`
|
||||||
|
|
||||||
<!-- GITCONTRIBUTOR_START -->
|
<!-- GITCONTRIBUTOR_START -->
|
||||||
|
|
||||||
## 贡献者
|
## 贡献者
|
||||||
|
Loading…
Reference in New Issue
Block a user