magic.chen
b185a61cbd
Fix type exception when use office ppt database ( #679 )
...
Fix type exception when use office ppt database
2023-10-19 11:19:38 +08:00
Aries-ckt
05327c61c9
feat(core): Support use custom log file name and tracer file name ( #690 )
...
Close #689
**Other:** The tracer FileSpanStorage support file roll over
2023-10-18 20:34:14 +08:00
FangYin Cheng
2e750f6b9c
feat(core): The tracer FileSpanStorage support file roll over
2023-10-18 18:48:35 +08:00
FangYin Cheng
79846db65e
feat(core): Support use custom log file name and tracer file name
2023-10-18 17:58:22 +08:00
Aries-ckt
9fa0f45264
test(model): Add unit test for worker manager ( #681 )
...
- Add unit test for worker manager.
- Fix model start error after start failed last time.
2023-10-17 23:10:16 +08:00
FangYin Cheng
c95c71d750
test(model): Add unit test for worker manager
2023-10-17 23:00:16 +08:00
Peter Wang
20aa673c8c
Fix type exception when use office ppt database
...
fixes GH-678
2023-10-17 18:54:49 +08:00
FangYin Cheng
d6b1583d50
fix(ChatData): db schema not complete bug ( #675 )
...
fix: db schema not complete bug
Close #660
2023-10-16 10:12:46 +08:00
aries_ckt
a596b42c57
fix:db schema search not complete
...
Close #660
2023-10-16 10:07:40 +08:00
aries_ckt
66020a1adf
Merge remote-tracking branch 'origin/main' into fix_issue660
2023-10-16 09:44:25 +08:00
aries_ckt
89f9d56935
fix:db schema search not complete
2023-10-16 09:44:20 +08:00
magic.chen
affddb3acb
fix(model): Fix load some quantization model error ( #674 )
...
**Other**
- `FileSpanStorage` create file if not exist.
- Fix span unit test error.
2023-10-15 17:59:19 +08:00
FangYin Cheng
1303d4c5e5
fix(model): Fix load some quantization model error
2023-10-15 17:40:56 +08:00
FangYin Cheng
59472ccae4
chore: wechat code update ( #673 )
...
update wechat group
2023-10-15 17:25:41 +08:00
csunny
c4c435ce48
chore: wechat code update
2023-10-15 17:14:33 +08:00
FangYin Cheng
867c2f2ea4
增加windows 实现 ( #671 )
...
增加Windows CPU信息获取
2023-10-13 23:27:51 +08:00
simonchuzz
300b01ade0
增加windows 实现
2023-10-13 22:15:59 +08:00
simonchuzz
4a4d042c41
增加windows 实现
2023-10-13 22:04:33 +08:00
Aries-ckt
f1bb53fa93
feat(core): Read and save system information to tracer ( #670 )
...
**Others**
- Fix the problem of repeated startup of start ModelWorker in cluster
deploying.
- Docker image use `Asia/Shanghai` as timezone when LANGUAGE is "zh"
2023-10-13 16:36:17 +08:00
FangYin Cheng
16542bf7d3
feat(core): Read and save system information to tracer
2023-10-13 16:23:14 +08:00
magic.chen
a9241e1d75
fix(model): Fix openai adapt previous proxy_server_url configuration and support azure openai model ( #668 )
2023-10-12 20:19:01 +08:00
FangYin Cheng
7ffa45c1a3
fix(model): Fix openai adapt previous proxy_server_url configuration and support azure openai model
2023-10-12 20:06:54 +08:00
magic.chen
83cd90ef7c
docs: fix small typo ( #667 )
...
contract -> contact
2023-10-12 19:46:49 +08:00
Jacob Cable
05674ca7de
docs: fix small typo
...
contract -> contact
2023-10-12 11:27:45 +01:00
FangYin Cheng
640f371bd7
fix: use openai package instead of requests ( #619 )
2023-10-12 17:04:31 +08:00
magic.chen
6adfbcbcba
docs(core): Fix zh_CN document error for Debugging ( #666 )
2023-10-12 12:54:51 +08:00
FangYin Cheng
385992c78b
fix(doc): Fix zh_CN document error for Debugging
2023-10-12 12:19:48 +08:00
Aries-ckt
1acb8da2dd
feat(core): Support cross-service data recording and analyze ( #665 )
...
Close #659
2023-10-12 09:11:27 +05:00
FangYin Cheng
87f2484171
doc(core): Add Trace document
2023-10-12 12:02:56 +08:00
FangYin Cheng
2123ff33a2
feat(core): Support read model path from model name prefix
2023-10-12 10:28:27 +08:00
FangYin Cheng
2a46909eac
feat(core): New command line for analyze and visualize trace spans
2023-10-12 01:18:48 +08:00
FangYin Cheng
1e919aeef3
feat(core): Support cross-service data recording
2023-10-12 01:18:48 +08:00
magic.chen
c0219a672e
typo fix ( #663 )
2023-10-11 15:04:40 +08:00
oushu1zhangxiangxuan1
a4d9a7efd2
typo fix
2023-10-11 14:43:34 +08:00
Aries-ckt
053bf19e97
fix:1. fix typos, 2.update CONTRIBUTING.md guideline and requirements ( #661 )
2023-10-10 18:46:50 +05:00
Aries-ckt
274080743e
feat(model): Support vLLM ( #658 )
...
Close #650
**Other**
- Introduced fastchat core library to support most models supported by
fastchat.
- Upgrade pytorch to `2.0.1`
2023-10-10 18:41:27 +05:00
oushu1zhangxiangxuan1
7b11946337
update CONTRIBUTING.md guideline and requirements
2023-10-10 15:06:55 +08:00
oushu1zhangxiangxuan1
02bbad4ab8
typos fix
2023-10-10 14:56:52 +08:00
FangYin Cheng
d5a52f79f1
feat(model): Support vLLM
2023-10-09 20:02:11 +08:00
magic.chen
1cdaaeb820
fix(ChatKnowledge): Chroma persist_path compatible with old version ( #657 )
2023-10-09 18:07:26 +08:00
aries_ckt
813e2260a6
fix:chromadb persist_path compatible with old version
2023-10-09 15:01:42 +05:00
FangYin Cheng
4aa825d708
fix(ChatKnowledge):.env other vector db customize vector store config does not work ( #656 )
...
.env other vector db customize vector store config does not work
Close #655
2023-10-09 10:05:44 +08:00
aries_ckt
0ff63feca1
fix:.env customize vector store config does not work
...
Close #655
2023-10-08 22:10:50 +05:00
Aries-ckt
f2427b10f5
feat(model): llama.cpp support new GGUF file format ( #649 )
...
Close #567
Close #644
Close #563
**Other**
- Fix raise Exception when stop DB-GPT
2023-10-07 22:50:57 +08:00
FangYin Cheng
2c17074652
chore: Not cache package in local file default
2023-10-07 21:29:53 +08:00
FangYin Cheng
f790f4a505
feat(model): llama.cpp support new GGUF file format
2023-10-07 21:12:53 +08:00
magic.chen
85e32f79ac
Convert the type of the result returned by the SQL Editor query ( #647 )
...
Convert the SQL editor execution result to Tuple, otherwise FastAPI will
report an error.
fastapi: 0.99.1
DB-GPT: main branch
2023-10-07 17:48:48 +08:00
magic.chen
e382fbd890
chore:wechat update ( #648 )
2023-10-07 17:48:09 +08:00
csunny
cf2f378e6a
chores: wechat update
...
Co-authored-by: magic.chen <cfqcsunny@gmail.com>
Co-authored-by: aries_ckt <916701291@qq.com>
2023-10-07 17:32:46 +08:00
aries_ckt
1238c77ca1
chore:wechat update
2023-10-07 15:23:35 +08:00