DB-GPT/web
2025-07-21 12:08:39 +08:00
..
app feat(web): Unified frontend code style (#1923) 2024-08-30 14:03:06 +08:00
client/api feat(RAG): support knowledgeSpace custom retrieve strategy (#2842) 2025-07-21 12:08:39 +08:00
components feat(RAG): support knowledgeSpace custom retrieve strategy (#2842) 2025-07-21 12:08:39 +08:00
hooks feat(RAG): support knowledgeSpace custom retrieve strategy (#2842) 2025-07-21 12:08:39 +08:00
lib feat(web): Unified frontend code style (#1923) 2024-08-30 14:03:06 +08:00
locales feat(RAG): support knowledgeSpace custom retrieve strategy (#2842) 2025-07-21 12:08:39 +08:00
new-components fix(core): Fix newline escape issue (#2854) 2025-07-16 19:49:34 +08:00
pages fix(prompt): resolve KeyError and validation issues with custom prompt templates (#2848) 2025-07-17 16:10:19 +08:00
public feat(datasouce): Add GaussDB data source connector (#2813) 2025-07-09 22:50:22 +08:00
styles fix(web): resolve overlapping floating buttons in web (#2836) 2025-07-13 16:59:50 +08:00
types feat(RAG): support knowledgeSpace custom retrieve strategy (#2842) 2025-07-21 12:08:39 +08:00
utils fix(core): Fix newline escape issue (#2854) 2025-07-16 19:49:34 +08:00
.env.template Feat support xunfei spark ultra/max/pro/lite (#2117) 2024-11-06 10:07:28 +08:00
.eslintignore feat(web): Unified frontend code style (#1923) 2024-08-30 14:03:06 +08:00
.eslintrc.js feat(web): Unified frontend code style (#1923) 2024-08-30 14:03:06 +08:00
.prettierignore feat(web): Unified frontend code style (#1923) 2024-08-30 14:03:06 +08:00
.prettierrc.js feat(web): Unified frontend code style (#1923) 2024-08-30 14:03:06 +08:00
genAntdCss.ts feat(web): Unified frontend code style (#1923) 2024-08-30 14:03:06 +08:00
global.d.ts feat: web update (#1860) 2024-08-22 11:05:18 +08:00
next.config.js feat(GraphRAG): enhance GraphRAG by graph community summary (#1801) 2024-08-30 21:59:44 +08:00
nprogress.css refactor: Add frontend code to DB-GPT (#912) 2023-12-11 00:05:42 +08:00
package-lock.json Feat/note book (#2134) 2024-11-21 20:33:54 +08:00
package.json feat(web): Support math Latex 2025-03-17 15:38:31 +08:00
postcss.config.js feat(web): Unified frontend code style (#1923) 2024-08-30 14:03:06 +08:00
README.md fix(web): Prevent dragging node when selecting text in parameter input fields (#2560) 2025-03-31 19:55:16 +08:00
tailwind.config.js feat: web update (#1860) 2024-08-22 11:05:18 +08:00
tsconfig.json feat(web): Add DAG variables to web flow (#1981) 2024-09-10 09:39:40 +08:00
yarn.lock feat(web): Support math Latex 2025-03-17 15:38:31 +08:00

DB-GPT
DB-GPT-Web

DB-GPT Chat UI, LLM to Vision.

Release Notes Open Issues Discord


👋 Introduction

DB-GPT-Web is an Open source chat UI for DB-GPT. Also, it is a LLM to Vision solution.

DB-GPT-Web is an Open source Tailwind and Next.js based chat UI for AI and GPT projects. It beautify a lot of markdown labels, such as table, thead, th, td, code, h1, h2, ul, li, a, img. Also it define some custom labels to adapted to AI-specific scenarios. Such as plugin running, knowledge name, Chart view, and so on.

💪🏻 Getting Started

Prerequisites

  • Node.js >= 16
  • npm >= 8
  • yarn >= 1.22
  • Supported OSes: Linux, macOS and Windows

Installation

Using Yarn is recommended for dependency management.

# Install dependencies
npm install
yarn install

Usage

cp .env.template .env

edit the API_BASE_URL to the real address

# development model
npm run dev
yarn dev

🚀 Use In DB-GPT

bash ../scripts/build_web_static.sh

📚 Documentation

For full documentation, visit document.

Usage

gpt-vis for markdown support. ant-design for ui components. next.js for server side rendering. @antv/g2 for charts.

License

DB-GPT-Web is licensed under the MIT License.


Enjoy using DB-GPT-Web to build stunning UIs for your AI and GPT projects.

🌟 If you find it helpful, don't forget to give it a star on GitHub! Stars are like little virtual hugs that keep us going! We appreciate every single one we receive.

For any queries or issues, feel free to open an issue on the repository.

Happy coding! 😊

antdbgptweb installation

deploy in local environment: