Commit Graph

820 Commits

Author SHA1 Message Date
shiweisong.ssw
11e3d1e1b3 feat: delete icon 2023-06-29 14:49:49 +08:00
shiweisong.ssw
503678929e feat: divide the pagination and the table 2023-06-29 14:21:51 +08:00
shiweisong.ssw
0a5e578940 fix: fix pagination bug 2023-06-29 14:14:28 +08:00
shiweisong.ssw
39278a8969 feat: add pagination for document list 2023-06-29 13:55:54 +08:00
shiweisong.ssw
dae84e45e0 feat: add pagination for chunk list 2023-06-29 11:15:25 +08:00
shiweisong.ssw
4cd09262e7 Merge branch 'new-page-framework' of https://github.com/csunny/DB-GPT into new-page-framework 2023-06-29 10:24:19 +08:00
shiweisong.ssw
dccc088269 feat: make text source optional 2023-06-29 10:23:54 +08:00
changhuiping.chp
3efc6b4bc1 Merge branch 'new-page-framework' of https://github.com/csunny/DB-GPT into new-page-framework 2023-06-29 10:22:29 +08:00
changhuiping.chp
1b3c098d3d feat: add man-machine dialogue function 2023-06-29 10:21:45 +08:00
shiweisong.ssw
28c76b0f72 fix: delete text 2023-06-29 10:21:39 +08:00
shiweisong.ssw
3dafb7b5c7 feat: add the text document 2023-06-29 09:53:30 +08:00
shiweisong.ssw
ad7de1326a feat: remove header 2023-06-28 17:56:06 +08:00
shiweisong.ssw
7cef8b1bc2 feat: change the type of the body 2023-06-28 17:46:53 +08:00
shiweisong.ssw
856274ea74 feat: add boundary 2023-06-28 17:41:57 +08:00
shiweisong.ssw
a6f6926722 fix: change the content type 2023-06-28 17:15:47 +08:00
shiweisong.ssw
daf05c0c84 fix: fix bug 2023-06-28 17:08:19 +08:00
shiweisong.ssw
3f25b22f8d feat: upload files 2023-06-28 16:19:12 +08:00
shiweisong.ssw
8aa44ea4a9 feat: change the style of tables 2023-06-28 15:16:48 +08:00
shiweisong.ssw
75ef3d1d4f feat: make the button smaller 2023-06-28 15:01:15 +08:00
shiweisong.ssw
d092ca7e06 feat: document status 2023-06-28 14:59:13 +08:00
changhuiping.chp
5021709e21 Merge branch 'new-page-framework' of https://github.com/csunny/DB-GPT into new-page-framework 2023-06-28 10:47:51 +08:00
changhuiping.chp
0a65afe2cb fix: layout adjustment 2023-06-28 10:47:46 +08:00
shiweisong.ssw
6335e05b74 feat: add documents 2023-06-27 22:25:37 +08:00
shiweisong.ssw
db5f35d334 feat: expand types of documents 2023-06-27 20:16:56 +08:00
shiweisong.ssw
3db734a01e feat: sync documents 2023-06-27 17:39:05 +08:00
shiweisong.ssw
e8e0ec3e38 feat: refactor the UI framework 2023-06-27 16:47:16 +08:00
changhuiping.chp
4601460639 fix: 添加跳转topbar提示 2023-06-27 11:47:05 +08:00
changhuiping.chp
7eb02a0dc2 feat: 布局调整&添加首页 2023-06-27 11:15:11 +08:00
shiweisong.ssw
10d6e23815 fix: fix the bug of the router 2023-06-26 18:27:33 +08:00
shiweisong.ssw
6ff5cf517c feat: fetch chunk list 2023-06-26 17:35:46 +08:00
shiweisong.ssw
4063fcb732 feat: fetch documents 2023-06-26 16:34:58 +08:00
shiweisong.ssw
fe7febc266 feat: fetch list when the page is ready 2023-06-26 15:45:48 +08:00
shiweisong.ssw
5930150b9c feat: fetch list 2023-06-26 15:17:31 +08:00
shiweisong.ssw
4c148d36ce feat: modify the url 2023-06-26 11:26:39 +08:00
shiweisong.ssw
f39c3ebbea feat: modify .gitignore 2023-06-25 20:16:55 +08:00
shiweisong.ssw
adfa718a63 feat: modify the type of the button 2023-06-25 19:16:33 +08:00
shiweisong.ssw
c71bca8255 feat: modify the type of the button 2023-06-25 19:13:23 +08:00
shiweisong.ssw
075713d36f feat: modify the route 2023-06-25 19:09:27 +08:00
shiweisong.ssw
23319f14bb fix: fix conflict 2023-06-25 18:31:33 +08:00
shiweisong.ssw
b935049e51 feat: finish the modal of add knowledge space 2023-06-25 18:22:59 +08:00
changhuiping.chp
6a2df06f88 feat: 布局初版 2023-06-25 18:09:53 +08:00
changhuiping.chp
b198f8d326 fix: 布局初步定型 2023-06-25 14:36:12 +08:00
changhuiping.chp
9b92df3743 feat: init next project 2023-06-25 10:38:31 +08:00
magic.chen
0558a8ba37
Fixed up docker-compose (#267)
You can't have two CMD statements in one Dockerfile. Each service should
have it's own container so I split webserver and llmserver into two
containers.

```
docker compose build
docker compose up
```
2023-06-23 07:08:13 +08:00
Joe Crypto
7283dcdd8f added plugins volume 2023-06-22 19:49:44 +00:00
Joe Crypto
46a2a34ae3 override .env.template 2023-06-22 19:47:14 +00:00
Joe Crypto
06d639de52 install zh_core_web_sm 2023-06-22 19:46:49 +00:00
Joe Crypto
dc8f62f3f8 fixed docker compose 2023-06-22 18:41:55 +00:00
joecryptotoo
b968727836
Update Dockerfile 2023-06-22 10:12:13 -07:00
joecryptotoo
2d456abaa5
Update docker-compose.yml 2023-06-22 10:08:37 -07:00