Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Add frontend code to DB-GPT #912

Merged
merged 1 commit into from
Dec 10, 2023
Merged

refactor: Add frontend code to DB-GPT #912

merged 1 commit into from
Dec 10, 2023

Conversation

Aralhi
Copy link
Collaborator

@Aralhi Aralhi commented Dec 10, 2023

  • add frontend code to dbgpt/web
  • add frontend git ignore to project .gitignore
  • add frontend build shell script scripts/build_web_static.sh
  • add frontend docs to Quickstart.md

dbgpt
├── agent
├── app
│ ├── dbgpt_server.py
│ ├── openapi
│ └── scene
├── cli
├── core
│ ├── awel
│ └── interface
├── datasource
├── model
├── rag
├── serve
│ ├── agent
│ ├── datasource
│ └── rag
├── storage
├── train
├── util
└── vis
├── web

@github-actions github-actions bot added the internal DB-GPT internal flag(chore|ci|refactor|test) label Dec 10, 2023
Copy link
Collaborator

@csunny csunny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, LGTM~

@csunny csunny merged commit 43190ca into main Dec 10, 2023
4 checks passed
@csunny csunny deleted the web branch January 3, 2024 02:52
Hopshine pushed a commit to Hopshine/DB-GPT that referenced this pull request Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal DB-GPT internal flag(chore|ci|refactor|test)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants