智能体
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
DB_Agent/web
Tuzki b0f926c44e refactor(web): 恢复模型列表获取功能 7 months ago
..
app refactor(web): 恢复模型列表获取功能 7 months ago
client/api feat(web): 实现用户登录功能并优化页面布局 7 months ago
components feat(web): Support html/svg preview (#2518) 7 months ago
hooks feat(web): Unified frontend code style (#1923) 1 year ago
lib feat(web): Unified frontend code style (#1923) 1 year ago
locales feat(web): Support html/svg preview (#2518) 7 months ago
new-components feat(model): Support model icon 7 months ago
pages feat(web): 实现登录页面并优化全局样式 7 months ago
public feat(web): 实现登录页面并优化全局样式 7 months ago
styles feat(web): 实现登录页面并优化全局样式 7 months ago
types feat(web): 实现用户登录功能并优化页面布局 7 months ago
utils feat(web): 实现用户登录功能并优化页面布局 7 months ago
.env.template Feat support xunfei spark ultra/max/pro/lite (#2117) 12 months ago
.eslintignore feat(web): Unified frontend code style (#1923) 1 year ago
.eslintrc.js feat(web): 实现用户登录功能并优化页面布局 7 months ago
.prettierignore feat(web): Unified frontend code style (#1923) 1 year ago
.prettierrc.js feat(web): Unified frontend code style (#1923) 1 year ago
README.md fix: rename vis-chart to vis-db-chart (#1946) 1 year ago
genAntdCss.ts feat(web): Unified frontend code style (#1923) 1 year ago
global.d.ts feat: web update (#1860) 1 year ago
next.config.js feat(GraphRAG): enhance GraphRAG by graph community summary (#1801) 1 year ago
nprogress.css refactor: Add frontend code to DB-GPT (#912) 2 years ago
package-lock.json feat(web): 实现用户登录功能并优化页面布局 7 months ago
package.json feat(web): 实现用户登录功能并优化页面布局 7 months ago
postcss.config.js feat(web): Unified frontend code style (#1923) 1 year ago
tailwind.config.js feat: web update (#1860) 1 year ago
tsconfig.json feat(web): Add DAG variables to web flow (#1981) 1 year ago
yarn.lock feat(web): 实现用户登录功能并优化页面布局 7 months ago

README.md

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: