Commit Graph

2321 Commits

Author SHA1 Message Date
曲奇饼
13a7508a75
Merge branch 'eosphoros-ai:main' into main 2023-10-07 11:15:22 +08:00
magic.chen
2f88fd3ff2
chore:wechat expire (#643) 2023-10-02 09:45:29 +08:00
aries_ckt
87c60ea060 chore:wechat expire 2023-10-02 09:20:42 +08:00
magic.chen
fd95f0754e
chore:discord expire (#642) 2023-09-28 21:42:39 +08:00
aries_ckt
ada8450173 chore:discord expire 2023-09-28 21:40:04 +08:00
FangYin Cheng
2ea0efc19d
docs:0.3.9 version (#641) 2023-09-28 17:05:26 +08:00
aries_ckt
85f3d12133 docs:0.3.9 version 2023-09-28 17:03:31 +08:00
曲奇饼
fba04eed83
Merge branch 'eosphoros-ai:main' into main 2023-09-28 16:41:01 +08:00
曲奇饼
91972f6fd9
Merge pull request #1 from quqibing/quqibing-patch-1
转换编辑器查询sql返回结果的类型, 否则fastapi会报错.
2023-09-28 16:37:58 +08:00
曲奇饼
6ec69589de
转换编辑器查询sql返回结果的类型, 否则fastapi会报错.
Update api_editor_v1.py
2023-09-28 16:32:37 +08:00
FangYin Cheng
b2a428a487
fix(ChatData): Fix MySQL connection bug (#640)
1. fix:mysql connection bug
2. fix:model path switch bug
2023-09-28 15:49:42 +08:00
Aries-ckt
a35f4acab1
feat(ci): modify PR release drafter (#639) 2023-09-28 15:44:09 +08:00
aries_ckt
b5b3f245c9 fix:model path switch bug
Close #622
2023-09-28 15:43:19 +08:00
aries_ckt
75e5766a3f fix:mysql connection error
Close #638
2023-09-28 15:41:11 +08:00
FangYin Cheng
6f6f08bed9 feat(ci): modify PR release drafter 2023-09-28 15:39:26 +08:00
Aries-ckt
48aa8b8c85
chore: Roll back json parsing code (#637)
See
[here](https://github.com/eosphoros-ai/DB-GPT/pull/626#discussion_r1336569182)
2023-09-28 14:48:58 +08:00
FangYin Cheng
1c092538ef chore: Roll back json parsing code 2023-09-28 14:38:00 +08:00
FangYin Cheng
a2108e51a7
feat: add postgresql support (#626)
- add postgresql support
- dashboard chat prompt update
2023-09-28 14:27:45 +08:00
Aries-ckt
cdd0fabd6a
Merge branch 'main' into main 2023-09-28 13:42:16 +08:00
Aries-ckt
dfec2704fa
feat(ChatKnowledge): Add custom text separators and refactor log configuration (#636)
### ChatKnowledge
- New custom text separators
- Modfy relations output format
- Read `KNOWLEDGE_CHAT_SHOW_RELATIONS` from environment
`KNOWLEDGE_CHAT_SHOW_RELATIONS`

### More knowledge command line capabilities
- Delete your knowledge space or document in space
- List knowledge space

### Refactor log configuration
- Get loggger with `logging.getLogger(__name__)`
- Setup logging with `setup_logging`
- Read logger directory from environment `DBGPT_LOG_DIR`

Close #636
2023-09-28 13:39:20 +08:00
FangYin Cheng
202a0cec0a chore: pylint 2023-09-28 12:52:25 +08:00
FangYin Cheng
5b9a0fa7c0 doc(ChatKnowledge): Add documents for knowledge command line 2023-09-28 12:50:37 +08:00
FangYin Cheng
5dfe611478 feat(ChatKnowledge): Add custom text separators and refactor log configuration 2023-09-28 11:54:58 +08:00
FangYin Cheng
20bdddec51
fix(ChatData):pyspark lazy load (#633)
1.fix: pyspark lazy load
2.fix: chromadb version
2023-09-27 14:10:18 +08:00
aries_ckt
92c25fe395 fix:pyspark lazy load 2023-09-27 12:40:30 +08:00
aries_ckt
1d3ea2acd5 fix:chromadb version 2023-09-27 12:03:05 +08:00
FangYin Cheng
6843fc7376
feat(ChatData):update spark datasource (#631)
1.feat:update spark_conn,py
2.doc: deploy and llm use faq
2023-09-26 18:02:57 +08:00
aries_ckt
7d51a2e349 feat:spark conn 2023-09-26 18:00:44 +08:00
aries_ckt
b39ba51bb7 feat:update spark connection 2023-09-26 17:53:13 +08:00
yhjun1026
ed702db9bc feat(Agent): ChatAgent And AgentHub
1.AgentHub Module complete
2.New ChatAgent Mode complete
3.MetaData develop,auto update ddl
2023-09-26 17:07:42 +08:00
aries_ckt
8c4accb09e Merge remote-tracking branch 'origin/main' into feat_llm_manage 2023-09-26 11:16:32 +08:00
lozzow
14dc5dac04 style: fix code style with black 2023-09-25 14:29:16 +00:00
aries_ckt
90f1607338 doc:llm faq 2023-09-25 21:09:40 +08:00
aries_ckt
486b30a8c5 doc:llm faq 2023-09-25 21:09:17 +08:00
lozzow
6a03c24ee7 fix: add error message log out 2023-09-25 13:05:04 +00:00
lozzow
eee2072acf build: mv psycopg2 from framework to datasource 2023-09-25 12:19:47 +00:00
lozzow
92a914732b fix: translate chinese to english 2023-09-25 12:19:47 +00:00
Aries-ckt
0e9662a13f
fix(core): Use thread pool to replace native threading.Thread (#628)
Close #627
2023-09-25 17:45:39 +08:00
FangYin Cheng
6183fa08d2 chore: modify colorama==0.4.10 2023-09-25 17:38:21 +08:00
FangYin Cheng
3d5e0f4028 fix(core): Use thread pool to replace native threading.Thread 2023-09-25 17:35:15 +08:00
lozzo
d6a623ac59
Merge branch 'eosphoros-ai:main' into main 2023-09-25 17:03:32 +08:00
magic.chen
d49e0eec8b
chore:wechat expire (#624) 2023-09-25 11:15:54 +08:00
aries_ckt
efc89348da chore:wechat expire 2023-09-25 11:12:45 +08:00
magic.chen
77c9e62f3b
fix:doc build error (#623) 2023-09-25 10:30:20 +08:00
aries_ckt
07e93bc279 chore:update bug-report scene 2023-09-25 10:28:12 +08:00
aries_ckt
5875c8b526 fix:doc build error 2023-09-25 10:25:44 +08:00
FangYin Cheng
56a3b51fab
fix: proxyllm do not need controller_addr (#616)
reason:

for openai user in China, most of us use `http_proxy` or `https_proxy`
for openai things,
but for the controller_addr load reason when have this proxy in env, the
pilot can not start, so we can check if use llmproxy to ignore it
2023-09-25 10:03:27 +08:00
lozzow
8b7197d83a feat: add postgresql support 2023-09-24 23:56:18 +00:00
yihong0618
77072df371 fix: proxy by openai side 2023-09-23 14:48:12 +08:00
yihong0618
76fdf52b0a fix: another way 2023-09-23 14:46:26 +08:00