docs: Add DB-GPT Agent paper (#2232)

Co-authored-by: yaqing <yaqing.hy@antgroup.com>
Co-authored-by: aries_ckt <916701291@qq.com>
This commit is contained in:
HYSMN 2024-12-20 18:21:53 +08:00 committed by GitHub
parent 2b4597e6a7
commit 1bdf695a1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 60 additions and 3 deletions

View File

@ -222,8 +222,11 @@ DB-GPTのアーキテクチャは以下の図に示されています
MITライセンスMIT MITライセンスMIT
## 引用 ## 引用
`DB-GPT`があなたの研究や開発に役立つと思われる場合は、次の<a href="https://arxiv.org/abs/2312.17449" target="_blank">論文</a>を引用してください: もし`DB-GPT`があなたの研究や開発に役立つと感じた場合、以下の論文を引用してください。
DB-GPTの全体的なアーキテクチャについて知りたい場合は、<a href="https://arxiv.org/abs/2312.17449" target="_blank">論文</a><a href="https://arxiv.org/abs/2404.10209" target="_blank">論文</a>を引用してください。
DB-GPTを使用してAgent開発に関する内容について知りたい場合は、<a href="https://arxiv.org/abs/2412.13520" target="_blank">論文</a>を引用してください。
```bibtex ```bibtex
@article{xue2023dbgpt, @article{xue2023dbgpt,
title={DB-GPT: Empowering Database Interactions with Private Large Language Models}, title={DB-GPT: Empowering Database Interactions with Private Large Language Models},
@ -232,6 +235,22 @@ MITライセンスMIT
journal={arXiv preprint arXiv:2312.17449}, journal={arXiv preprint arXiv:2312.17449},
url={https://arxiv.org/abs/2312.17449} url={https://arxiv.org/abs/2312.17449}
} }
@misc{huang2024romasrolebasedmultiagentdatabase,
title={ROMAS: A Role-Based Multi-Agent System for Database monitoring and Planning},
author={Yi Huang and Fangyin Cheng and Fan Zhou and Jiahui Li and Jian Gong and Hongjun Yang and Zhidong Fan and Caigao Jiang and Siqiao Xue and Faqiang Chen},
year={2024},
eprint={2412.13520},
archivePrefix={arXiv},
primaryClass={cs.AI},
url={https://arxiv.org/abs/2412.13520},
}
@inproceedings{xue2024demonstration,
title={Demonstration of DB-GPT: Next Generation Data Interaction System Empowered by Large Language Models},
author={Siqiao Xue and Danrui Qi and Caigao Jiang and Wenhui Shi and Fangyin Cheng and Keting Chen and Hongjun Yang and Zhiping Zhang and Jianshan He and Hongyang Zhang and Ganglin Wei and Wang Zhao and Fan Zhou and Hong Yi and Shaodong Liu and Hongjun Yang and Faqiang Chen},
year={2024},
booktitle = "Proceedings of the VLDB Endowment",
url={https://arxiv.org/abs/2404.10209}
}
``` ```
## 連絡先情報 ## 連絡先情報

View File

@ -236,8 +236,9 @@ At present, we have introduced several key features to showcase our current capa
The MIT License (MIT) The MIT License (MIT)
## Citation ## Citation
If you find `DB-GPT` useful for your research or development, please cite the following <a href="https://arxiv.org/abs/2312.17449" target="_blank">paper</a>: If you want to understand the overall architecture of DB-GPT, please cite <a href="https://arxiv.org/abs/2312.17449" target="_blank">paper</a> and <a href="https:// arxiv.org/abs/2404.10209" target="_blank">Paper</a>
If you want to learn about using DB-GPT for Agent development, please cite the <a href="https://arxiv.org/abs/2412.13520" target="_blank">paper</a>
```bibtex ```bibtex
@article{xue2023dbgpt, @article{xue2023dbgpt,
title={DB-GPT: Empowering Database Interactions with Private Large Language Models}, title={DB-GPT: Empowering Database Interactions with Private Large Language Models},
@ -246,8 +247,25 @@ If you find `DB-GPT` useful for your research or development, please cite the fo
journal={arXiv preprint arXiv:2312.17449}, journal={arXiv preprint arXiv:2312.17449},
url={https://arxiv.org/abs/2312.17449} url={https://arxiv.org/abs/2312.17449}
} }
@misc{huang2024romasrolebasedmultiagentdatabase,
title={ROMAS: A Role-Based Multi-Agent System for Database monitoring and Planning},
author={Yi Huang and Fangyin Cheng and Fan Zhou and Jiahui Li and Jian Gong and Hongjun Yang and Zhidong Fan and Caigao Jiang and Siqiao Xue and Faqiang Chen},
year={2024},
eprint={2412.13520},
archivePrefix={arXiv},
primaryClass={cs.AI},
url={https://arxiv.org/abs/2412.13520},
}
@inproceedings{xue2024demonstration,
title={Demonstration of DB-GPT: Next Generation Data Interaction System Empowered by Large Language Models},
author={Siqiao Xue and Danrui Qi and Caigao Jiang and Wenhui Shi and Fangyin Cheng and Keting Chen and Hongjun Yang and Zhiping Zhang and Jianshan He and Hongyang Zhang and Ganglin Wei and Wang Zhao and Fan Zhou and Hong Yi and Shaodong Liu and Hongjun Yang and Faqiang Chen},
year={2024},
booktitle = "Proceedings of the VLDB Endowment",
url={https://arxiv.org/abs/2404.10209}
}
``` ```
## Contact Information ## Contact Information
We are working on building a community, if you have any ideas for building the community, feel free to contact us. We are working on building a community, if you have any ideas for building the community, feel free to contact us.
[![](https://dcbadge.vercel.app/api/server/7uQnPuveTY?compact=true&style=flat)](https://discord.gg/7uQnPuveTY) [![](https://dcbadge.vercel.app/api/server/7uQnPuveTY?compact=true&style=flat)](https://discord.gg/7uQnPuveTY)

View File

@ -263,7 +263,11 @@
The MIT License (MIT) The MIT License (MIT)
## 引用 ## 引用
如果您发现`DB-GPT`对您的研究或开发有用,请引用以下<a href="https://arxiv.org/abs/2312.17449" target="_blank">论文</a> 如果您发现`DB-GPT`对您的研究或开发有用,请引用以下论文,其中:
如果您想了解DB-GPT整体架构请引用<a href="https://arxiv.org/abs/2312.17449" target="_blank">论文</a><a href="https://arxiv.org/abs/2404.10209" target="_blank">论文</a>
如果您想了解使用DB-GPT进行Agent开发相关的内容请引用<a href="https://arxiv.org/abs/2412.13520" target="_blank">论文</a>
```bibtex ```bibtex
@article{xue2023dbgpt, @article{xue2023dbgpt,
@ -273,6 +277,22 @@ The MIT License (MIT)
journal={arXiv preprint arXiv:2312.17449}, journal={arXiv preprint arXiv:2312.17449},
url={https://arxiv.org/abs/2312.17449} url={https://arxiv.org/abs/2312.17449}
} }
@misc{huang2024romasrolebasedmultiagentdatabase,
title={ROMAS: A Role-Based Multi-Agent System for Database monitoring and Planning},
author={Yi Huang and Fangyin Cheng and Fan Zhou and Jiahui Li and Jian Gong and Hongjun Yang and Zhidong Fan and Caigao Jiang and Siqiao Xue and Faqiang Chen},
year={2024},
eprint={2412.13520},
archivePrefix={arXiv},
primaryClass={cs.AI},
url={https://arxiv.org/abs/2412.13520},
}
@inproceedings{xue2024demonstration,
title={Demonstration of DB-GPT: Next Generation Data Interaction System Empowered by Large Language Models},
author={Siqiao Xue and Danrui Qi and Caigao Jiang and Wenhui Shi and Fangyin Cheng and Keting Chen and Hongjun Yang and Zhiping Zhang and Jianshan He and Hongyang Zhang and Ganglin Wei and Wang Zhao and Fan Zhou and Hong Yi and Shaodong Liu and Hongjun Yang and Faqiang Chen},
year={2024},
booktitle = "Proceedings of the VLDB Endowment",
url={https://arxiv.org/abs/2404.10209}
}
``` ```
## 联系我们 ## 联系我们