Skip to content

Commit 1bdf695

Browse files
HYSMNyaqingAries-ckt
authored
docs: Add DB-GPT Agent paper (#2232)
Co-authored-by: yaqing <yaqing.hy@antgroup.com> Co-authored-by: aries_ckt <916701291@qq.com>
1 parent 2b4597e commit 1bdf695

3 files changed

Lines changed: 60 additions & 3 deletions

File tree

README.ja.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,11 @@ DB-GPTのアーキテクチャは以下の図に示されています:
222222
MITライセンス(MIT)
223223

224224
## 引用
225-
`DB-GPT`があなたの研究や開発に役立つと思われる場合は、次の<a href="https://arxiv.org/abs/2312.17449" target="_blank">論文</a>を引用してください:
225+
もし`DB-GPT`があなたの研究や開発に役立つと感じた場合、以下の論文を引用してください。
226226

227+
DB-GPTの全体的なアーキテクチャについて知りたい場合は、<a href="https://arxiv.org/abs/2312.17449" target="_blank">論文</a>と<a href="https://arxiv.org/abs/2404.10209" target="_blank">論文</a>を引用してください。
228+
229+
DB-GPTを使用してAgent開発に関する内容について知りたい場合は、<a href="https://arxiv.org/abs/2412.13520" target="_blank">論文</a>を引用してください。
227230
```bibtex
228231
@article{xue2023dbgpt,
229232
title={DB-GPT: Empowering Database Interactions with Private Large Language Models},
@@ -232,6 +235,22 @@ MITライセンス(MIT)
232235
journal={arXiv preprint arXiv:2312.17449},
233236
url={https://arxiv.org/abs/2312.17449}
234237
}
238+
@misc{huang2024romasrolebasedmultiagentdatabase,
239+
title={ROMAS: A Role-Based Multi-Agent System for Database monitoring and Planning},
240+
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},
241+
year={2024},
242+
eprint={2412.13520},
243+
archivePrefix={arXiv},
244+
primaryClass={cs.AI},
245+
url={https://arxiv.org/abs/2412.13520},
246+
}
247+
@inproceedings{xue2024demonstration,
248+
title={Demonstration of DB-GPT: Next Generation Data Interaction System Empowered by Large Language Models},
249+
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},
250+
year={2024},
251+
booktitle = "Proceedings of the VLDB Endowment",
252+
url={https://arxiv.org/abs/2404.10209}
253+
}
235254
```
236255

237256
## 連絡先情報

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,9 @@ At present, we have introduced several key features to showcase our current capa
236236
The MIT License (MIT)
237237

238238
## Citation
239-
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>:
239+
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>
240240

241+
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>
241242
```bibtex
242243
@article{xue2023dbgpt,
243244
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
246247
journal={arXiv preprint arXiv:2312.17449},
247248
url={https://arxiv.org/abs/2312.17449}
248249
}
250+
@misc{huang2024romasrolebasedmultiagentdatabase,
251+
title={ROMAS: A Role-Based Multi-Agent System for Database monitoring and Planning},
252+
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},
253+
year={2024},
254+
eprint={2412.13520},
255+
archivePrefix={arXiv},
256+
primaryClass={cs.AI},
257+
url={https://arxiv.org/abs/2412.13520},
258+
}
259+
@inproceedings{xue2024demonstration,
260+
title={Demonstration of DB-GPT: Next Generation Data Interaction System Empowered by Large Language Models},
261+
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},
262+
year={2024},
263+
booktitle = "Proceedings of the VLDB Endowment",
264+
url={https://arxiv.org/abs/2404.10209}
265+
}
249266
```
250267

268+
251269
## Contact Information
252270
We are working on building a community, if you have any ideas for building the community, feel free to contact us.
253271
[![](https://dcbadge.vercel.app/api/server/7uQnPuveTY?compact=true&style=flat)](https://discord.gg/7uQnPuveTY)

README.zh.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,11 @@
263263
The MIT License (MIT)
264264

265265
## 引用
266-
如果您发现`DB-GPT`对您的研究或开发有用,请引用以下<a href="https://arxiv.org/abs/2312.17449" target="_blank">论文</a>:
266+
如果您发现`DB-GPT`对您的研究或开发有用,请引用以下论文,其中:
267+
268+
如果您想了解DB-GPT整体架构,请引用<a href="https://arxiv.org/abs/2312.17449" target="_blank">论文</a>和<a href="https://arxiv.org/abs/2404.10209" target="_blank">论文</a>
269+
270+
如果您想了解使用DB-GPT进行Agent开发相关的内容,请引用<a href="https://arxiv.org/abs/2412.13520" target="_blank">论文</a>
267271

268272
```bibtex
269273
@article{xue2023dbgpt,
@@ -273,6 +277,22 @@ The MIT License (MIT)
273277
journal={arXiv preprint arXiv:2312.17449},
274278
url={https://arxiv.org/abs/2312.17449}
275279
}
280+
@misc{huang2024romasrolebasedmultiagentdatabase,
281+
title={ROMAS: A Role-Based Multi-Agent System for Database monitoring and Planning},
282+
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},
283+
year={2024},
284+
eprint={2412.13520},
285+
archivePrefix={arXiv},
286+
primaryClass={cs.AI},
287+
url={https://arxiv.org/abs/2412.13520},
288+
}
289+
@inproceedings{xue2024demonstration,
290+
title={Demonstration of DB-GPT: Next Generation Data Interaction System Empowered by Large Language Models},
291+
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},
292+
year={2024},
293+
booktitle = "Proceedings of the VLDB Endowment",
294+
url={https://arxiv.org/abs/2404.10209}
295+
}
276296
```
277297

278298
## 联系我们

0 commit comments

Comments
 (0)