mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-07-23 12:21:08 +00:00
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:
parent
2b4597e6a7
commit
1bdf695a1f
21
README.ja.md
21
README.ja.md
@ -222,8 +222,11 @@ DB-GPTのアーキテクチャは以下の図に示されています:
|
||||
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
|
||||
@article{xue2023dbgpt,
|
||||
title={DB-GPT: Empowering Database Interactions with Private Large Language Models},
|
||||
@ -232,6 +235,22 @@ MITライセンス(MIT)
|
||||
journal={arXiv preprint arXiv: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}
|
||||
}
|
||||
```
|
||||
|
||||
## 連絡先情報
|
||||
|
20
README.md
20
README.md
@ -236,8 +236,9 @@ At present, we have introduced several key features to showcase our current capa
|
||||
The MIT License (MIT)
|
||||
|
||||
## 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
|
||||
@article{xue2023dbgpt,
|
||||
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},
|
||||
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
|
||||
We are working on building a community, if you have any ideas for building the community, feel free to contact us.
|
||||
[](https://discord.gg/7uQnPuveTY)
|
||||
|
22
README.zh.md
22
README.zh.md
@ -263,7 +263,11 @@
|
||||
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
|
||||
@article{xue2023dbgpt,
|
||||
@ -273,6 +277,22 @@ The MIT License (MIT)
|
||||
journal={arXiv preprint arXiv: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}
|
||||
}
|
||||
```
|
||||
|
||||
## 联系我们
|
||||
|
Loading…
Reference in New Issue
Block a user