csunny
0d17f8920d
fix: merge conflicts
2023-10-09 14:33:08 +08: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
csunny
232661a4ac
feat: auto register for vectorstores
2023-10-08 18:47:49 +08:00
csunny
c28f18e792
feat: add pgvector vectorstore
2023-10-08 16:57:49 +08: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
曲奇饼
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