Aries-ckt
e37ce04232
fix: Fix ChatExcel upload file error on windows ( #525 )
...
Close #519
Close #522
2023-09-02 11:54:51 +08:00
FangYin Cheng
aa85a0111b
fix: Fix comment error
2023-09-02 11:31:33 +08:00
FangYin Cheng
cbb72ff0db
fix: Fix ChatExcel upload file error on windows
2023-09-02 11:18:55 +08:00
Aries-ckt
28a7bb4ecc
feat: Command-line tool with knowledge repository initialization ( #521 )
...
Close #516
2023-09-01 22:32:57 +08:00
FangYin Cheng
e5bbd0bd86
feat: Command-line tool with knowledge repository initialization
2023-09-01 18:21:22 +08:00
Aries-ckt
d42afb50a7
feat: Optimize code import time ( #517 )
...
Close #515
1. Remove unnecessary imported packages
2. Import packages through lazy loading
2023-09-01 10:55:59 +08:00
明天
682b6d0b04
bugfix:Ty 08 dev new ( #513 )
...
fix chatexcel file load error bug!
2023-09-01 10:44:20 +08:00
FangYin Cheng
f19551a7cd
feat: Optimize code import time
2023-09-01 10:40:18 +08:00
yhjun1026
7ae10a98f7
fix(editor): Editor run/save bug
...
🔥 1.Editor bug fix
🔥 2.ChatExcel Stability optimization
2023-09-01 10:40:18 +08:00
yhjun1026
26716ddeb9
feat(editor): ChatExcel
...
🔥 ChatExcel Mode Operation Manual
2023-09-01 09:56:30 +08:00
yhjun1026
06f705b22c
Merge branch 'main' into TY_08_DEV_NEW
2023-09-01 09:41:32 +08:00
Aries-ckt
0bc5134a07
fix: Fix ChatExcel error ( #514 )
...
Close #512
2023-08-31 22:39:21 +08:00
FangYin Cheng
7a2ae64f83
fix: Fix ChatExcel error
2023-08-31 22:34:46 +08:00
yhjun1026
c80878feef
feat(editor): ChatExcel
...
🔥 ChatExcel Mode Operation Manual
2023-08-31 21:22:12 +08:00
yhjun1026
ff9ead0859
feat(editor): ChatExcel
...
🔥 ChatExcel Mode Operation Manual
2023-08-31 20:30:44 +08:00
yhjun1026
57d17a073c
feat(editor): ChatExcel
...
🔥 ChatExcel Mode Operation Manual
2023-08-31 20:24:18 +08:00
yhjun1026
502c9df3bf
feat(editor): ChatExcel
...
🔥 ChatExcel Mode Operation Manual
2023-08-31 19:54:42 +08:00
yhjun1026
9dd23a22f3
Merge branch 'main' into TY_08_DEV_NEW
2023-08-31 19:22:07 +08:00
yhjun1026
248c1369b5
feat(editor): ChatExcel
...
🔥 ChatExcel Mode Operation Manual
2023-08-31 19:20:22 +08:00
Aries-ckt
367ffe986c
feat: Command-line tool design and multi-model integration ( #510 )
2023-08-31 17:29:47 +08:00
FangYin Cheng
e4dd6060da
feat: Command-line tool design and multi-model integration
2023-08-31 17:22:31 +08:00
Aries-ckt
05712d39b9
docs: add video demo. ( #508 )
2023-08-31 16:32:42 +08:00
csunny
d4256d90c2
docs: add video demo.
2023-08-31 16:06:02 +08:00
magic.chen
16be51d411
update readme and clean assets ( #505 )
...
- clean history image assets
- update readme for newest version
2023-08-30 17:57:04 +08:00
magic.chen
de40fa088f
fix:ChatExcel Mode Operation Manual ( #504 )
...
🔥 ChatExcel Mode Operation Manual
2023-08-30 17:50:19 +08:00
csunny
11e36c4701
choros: update readme, clean
2023-08-30 17:40:12 +08:00
csunny
036dbde04d
docs: clean extra file + readme update
2023-08-30 17:34:49 +08:00
aries_ckt
dcc2ad0e08
style:fmt
2023-08-30 16:50:47 +08:00
yhjun1026
ca0780b594
feat(editor): ChatExcel
...
🔥 ChatExcel Mode Operation Manual
2023-08-30 15:51:46 +08:00
yhjun1026
1fbf5ea5ba
feat(editor): ChatExcel
...
🔥 ChatExcel Mode Operation Manual
2023-08-30 15:32:18 +08:00
yhjun1026
4cada93bfa
feat(editor): ChatExcel
...
🔥 ChatExcel Mode Operation Manual
2023-08-30 15:06:06 +08:00
yhjun1026
c03825b2c6
feat(editor): ChatExcel
...
🔥 ChatExcel Mode Operation Manual
2023-08-30 14:41:51 +08:00
Aries-ckt
0983456311
feat: Support multi model ( #501 )
...
- **ModelController** : Model register and manager.
- **ModelRegistry**: Abstract base class for a model registry. It
provides an interface for registering, deregistering, fetching
instances, and sending heartbeats for instances.
- **ModelWorker**: Abstract representation of a Model Worker responsible
for model interaction, startup, and shutdown. Supports 'llm' and
'text2vec' models.
- **WorkerManager**: Manager deployed worker instance in current server.
The `WorkerManager` also is the handle to invoke model service.
- **Model command line tools**: List, stop, start, restart model
instances.
- Modify `BaseChat`: Asynchronous chat messages for higher performance.
2023-08-30 13:15:27 +08:00
FangYin Cheng
dd86fb86b1
feat: Multi-model command line
2023-08-30 11:07:35 +08:00
FangYin Cheng
d467092766
merge multi-model and ChatExcel
2023-08-29 22:54:18 +08:00
magic.chen
a85f01bfda
doc:chat excel ( #496 )
2023-08-29 21:30:09 +08:00
aries_ckt
77a1079e78
doc:chat excel
2023-08-29 21:18:23 +08:00
magic.chen
ea50823899
feat: ChatExcel && DBEditor ( #495 )
...
1.add ChatExcel Scene
2.Chat Data and ChatDashboard support DBEditor
3.add Datasource
2023-08-29 21:01:11 +08:00
aries_ckt
6ad001234a
doc:readme
2023-08-29 20:59:09 +08:00
yhjun1026
91225e8b25
feat(editor): ChatExcel
...
🔥 ChatExcel Mode Operation Manual
2023-08-29 20:57:09 +08:00
yhjun1026
0fb09de345
feat(editor): ChatExcel
...
🔥 ChatExcel Mode Operation Manual
2023-08-29 20:42:14 +08:00
aries_ckt
c3f088076d
doc:readme
2023-08-29 20:38:45 +08:00
aries_ckt
48da39c420
doc:chatdata and chatdb
2023-08-29 20:35:55 +08:00
aries_ckt
e70f05aea1
style:fmt
2023-08-29 20:28:16 +08:00
yhjun1026
237992e7fa
feat(editor): ChatExcel
...
🔥 ChatExcel Mode Operation Manual
2023-08-29 20:24:51 +08:00
aries_ckt
71b9cd14a6
style:fmt
2023-08-29 19:57:33 +08:00
aries_ckt
0efaffc031
fix:chat data summary
2023-08-29 19:37:48 +08:00
yhjun1026
d8ca59d9e4
feat(editor): ChatExcel
...
🔥 ChatExcel Mode Complete
2023-08-29 19:07:09 +08:00
aries_ckt
54ce53326c
Merge remote-tracking branch 'origin/TY_08_DEV_NEW' into dbgpt_api
2023-08-29 18:54:22 +08:00
yhjun1026
89dbdfea9c
Merge branch 'main' into TY_08_DEV_NEW
2023-08-29 18:53:55 +08:00