2023-04-29 23:07:05 +08:00
2023-04-29 15:17:48 +08:00
2023-04-28 22:50:44 +08:00
2023-04-28 22:50:44 +08:00
2023-04-29 18:28:42 +08:00
2023-04-29 23:02:13 +08:00
2023-04-28 22:04:37 +08:00
2023-04-29 01:26:19 +08:00
2023-04-13 22:52:44 +08:00
2023-04-29 23:07:05 +08:00
2023-04-29 00:33:14 +08:00

DB-GPT

A Open Database-GPT Experiment

GitHub Repo stars

DB-GPT is an experimental open-source application that builds upon the fastchat model and uses vicuna as its base model. Additionally, it looks like this application incorporates langchain and llama-index embedding knowledge to improve Database-QA capabilities.

Overall, it appears to be a sophisticated and innovative tool for working with databases. If you have any specific questions about how to use or implement DB-GPT in your work, please let me know and I'll do my best to assist you.

Install

  1. Run model server
cd pilot/server
uvicorn vicuna_server:app --host 0.0.0.0
  1. Run gradio webui

Featurs

  • SQL-Generate
  • Database-QA Based Knowledge
  • SQL-diagnosis
Description
Interact your data and environment using the local GPT, no data leaks, 100% privately, 100% security
Readme MIT 739 MiB
Languages
JavaScript 96.4%
Python 2.7%
TypeScript 0.5%
HTML 0.4%