DB-GPT/web
2024-11-21 23:19:15 +08:00
..
app feat(web): Unified frontend code style (#1923) 2024-08-30 14:03:06 +08:00
client/api feat(web): Add DAG variables to web flow (#1981) 2024-09-10 09:39:40 +08:00
components Fix chunk strategy (#2075) 2024-10-18 13:52:45 +08:00
hooks feat(web): Unified frontend code style (#1923) 2024-08-30 14:03:06 +08:00
lib feat(web): Unified frontend code style (#1923) 2024-08-30 14:03:06 +08:00
locales feat(web): Add DAG variables to web flow (#1981) 2024-09-10 09:39:40 +08:00
new-components feat(web): Add DAG variables to web flow (#1981) 2024-09-10 09:39:40 +08:00
pages feat(web): distinguish awel flow on the ui (#2149) 2024-11-21 23:19:15 +08:00
public feat(web): distinguish awel flow on the ui (#2149) 2024-11-21 23:19:15 +08:00
styles feat(web): Add DAG variables to web flow (#1981) 2024-09-10 09:39:40 +08:00
types Feat/note book (#2134) 2024-11-21 20:33:54 +08:00
utils fix: Fix export flow error (#1994) 2024-09-10 16:14:30 +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 fix: rename vis-chart to vis-db-chart (#1946) 2024-09-03 16:02:25 +08:00
postcss.config.js feat(web): Unified frontend code style (#1923) 2024-08-30 14:03:06 +08:00
README.md fix: rename vis-chart to vis-db-chart (#1946) 2024-09-03 16:02:25 +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/note book (#2134) 2024-11-21 20:33:54 +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

# 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

npm run compile
yarn compile

# copy compile file to DB-GPT static file dictory
cp -rf out/* ../dbgpt/app/static 

📚 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: