xuyuan23
|
4da524340c
|
refactor: rename the data privacy module
rename data privace module.
|
2023-07-28 14:45:27 +08:00 |
|
xuyuan23
|
14ae10d4da
|
feat: add bardapi
add bardapi to requirements.txt
|
2023-07-28 14:02:48 +08:00 |
|
xuyuan23
|
888664a1e2
|
docs: modify llms.md, add method to get bard token.
add method to get bard token.
|
2023-07-28 13:57:46 +08:00 |
|
xuyuan23
|
12162ecc43
|
docs: bard proxy usage
1.bard proxy usage.
2.quick deploy DBGPT by aliyun images.
|
2023-07-28 12:01:24 +08:00 |
|
xuyuan23
|
ca50e87b8f
|
fix: support bard in chatdb
support bard proxy llm in chatdb
|
2023-07-27 19:22:23 +08:00 |
|
xuyuan23
|
c4638bfde3
|
fix: fix function bard_generate_stream's output
fix function bard_generate_stream's output
|
2023-07-27 11:11:59 +08:00 |
|
xuyuan23
|
572c336b81
|
feat: Adjusting the proxy framework.
Adjusting the proxy framework, chatgpt_proxyllm default, or proxyllm instead, new LLM proxy should be configured in format 'xxx_proxyllm'.
|
2023-07-27 11:03:29 +08:00 |
|
xuyuan23
|
b1d84fb317
|
fix: fix bard LLM request param error
fix bard LLM request param error, use 'content' as the input
|
2023-07-26 17:02:48 +08:00 |
|
xuyuan23
|
d95726c04a
|
feat: add Bard LLM proxy
Supplement proxy framework content, adding proxy access method for the Bard LLM.
Closes #369
|
2023-07-26 16:36:26 +08:00 |
|
magic.chen
|
dbf8b20c0b
|
feat: Multi-model prompt adaptation (#351)
Close #329
|
2023-07-22 12:45:09 +08:00 |
|
FangYin Cheng
|
f234b30f7a
|
feat: Multi-model prompt adaptation
|
2023-07-21 20:51:53 +08:00 |
|
Aries-ckt
|
c2df1c27ea
|
docs: update readme + llama-2 feat (#348)
add content for readme
add llama-2 at features
|
2023-07-21 15:12:11 +08:00 |
|
csunny
|
bc6d502f11
|
chores: fix
|
2023-07-21 15:00:44 +08:00 |
|
csunny
|
3db28c817a
|
chores: fix + discord
|
2023-07-21 14:54:17 +08:00 |
|
csunny
|
fe522ac067
|
Merge branch 'main' of https://github.com/csunny/DB-GPT into tt_dev
|
2023-07-21 14:33:34 +08:00 |
|
csunny
|
3792728182
|
docs: update readme + llama-2 feat
|
2023-07-21 14:30:39 +08:00 |
|
magic.chen
|
b2fb3745c2
|
feat: Support llama-2 model (#347)
Close #343
|
2023-07-20 22:29:08 +08:00 |
|
FangYin Cheng
|
168c754a3f
|
feat: Support llama-2 model
|
2023-07-20 21:44:40 +08:00 |
|
magic.chen
|
412b104797
|
doc:FAQ assets (#345)
1.add faq assets
|
2023-07-20 14:13:54 +08:00 |
|
aries_ckt
|
ec8a96d531
|
doc:FAQ assets
|
2023-07-20 14:09:15 +08:00 |
|
magic.chen
|
e73cc3cfe5
|
doc:AutoDL Image and FAQ (#344)
1.AutoDL Image
2.mock chat data sql
3.FAQ
|
2023-07-20 13:52:25 +08:00 |
|
aries_ckt
|
a90bb07106
|
doc:AutoDL Image
1.AutoDL Image
2.mock chat data sql
3.FAQ
|
2023-07-20 13:30:38 +08:00 |
|
magic.chen
|
74ac9ae709
|
feat: structured prompt data interaction between dbgpt-server and llm-server (#341)
Close #328
|
2023-07-19 20:02:28 +08:00 |
|
FangYin Cheng
|
80f1a99b4d
|
feat: add warning message when using generate_llm_text
|
2023-07-19 12:17:01 +08:00 |
|
FangYin Cheng
|
d805e6ab42
|
feat: structured prompt data interaction between dbgpt-server and llm-server
|
2023-07-19 12:10:22 +08:00 |
|
magic.chen
|
f5d817f9db
|
add autodl platform and fix english readme (#339)
|
2023-07-19 10:21:31 +08:00 |
|
Aries-ckt
|
8dbdb32d6f
|
docs: update reamde add submodule (#338) (#338)
update reame file add submodule.
- DB-GPT-Hub
- DB-GPT-Plugins
- DB-GPT-Web
|
2023-07-18 22:28:32 +08:00 |
|
csunny
|
2e2a7b1734
|
docs: update reamde add submodule (#338)
|
2023-07-18 18:01:33 +08:00 |
|
magic.chen
|
e25acc0927
|
discord (#336)
This discord link is permanent
|
2023-07-18 15:22:51 +08:00 |
|
luchun
|
4b69bf3ef5
|
Merge branch 'main' into discord
|
2023-07-18 13:57:13 +08:00 |
|
zhanghy-sketchzh
|
7f3b8a12be
|
discord
|
2023-07-18 13:52:35 +08:00 |
|
yjmm10
|
75b168b84b
|
add autodl platform and fix english readme
|
2023-07-14 17:14:06 +08:00 |
|
magic.chen
|
75115f1175
|
feat:dbgpt api 0.3.0 (#319)
1.EmbeddingEngine:provide knowledge_embedding() and similar_search()
2.Multi SourceEmbedding
3.doc for installation
4.fix chroma exit bug
|
2023-07-14 13:47:06 +08:00 |
|
aries_ckt
|
442c0a9690
|
fix:auto execute example selector:None
|
2023-07-14 11:29:39 +08:00 |
|
aries_ckt
|
fef77f9292
|
doc:readme update
|
2023-07-14 10:37:12 +08:00 |
|
magic.chen
|
0d459aa2fd
|
fix: chatglm not working in doc qa, meta qa and plugin (#318)
Close #316
|
2023-07-14 09:57:13 +08:00 |
|
aries_ckt
|
109ef7eb0f
|
fix:embedding_api
|
2023-07-13 22:14:25 +08:00 |
|
aries_ckt
|
474dac4458
|
doc:readme
|
2023-07-13 20:01:18 +08:00 |
|
aries_ckt
|
20c0c823e8
|
doc:installation.md
|
2023-07-13 19:46:55 +08:00 |
|
aries_ckt
|
4d6d02a302
|
doc:readme
|
2023-07-13 19:27:43 +08:00 |
|
aries_ckt
|
b5f3e079db
|
docs:v0.3.1 docs
1.fmt
2.docs
|
2023-07-13 19:23:03 +08:00 |
|
FangYin Cheng
|
accce56d49
|
fix pylint
|
2023-07-13 18:11:41 +08:00 |
|
FangYin Cheng
|
189ac995ec
|
fix: chatglm not working in doc qa, meta qa and plugin
|
2023-07-13 18:03:27 +08:00 |
|
aries_ckt
|
4e33e6ec2e
|
fix:ignore knowledge_management databases
|
2023-07-13 16:39:02 +08:00 |
|
aries_ckt
|
6404bfe63a
|
feat:embedding api
1.embedding_engine add source_reader param
2.docs update
3.fix chroma exit bug
|
2023-07-13 15:45:25 +08:00 |
|
aries_ckt
|
56c1947eda
|
feat:embedding_engine add text_splitter param
|
2023-07-12 18:01:22 +08:00 |
|
aries_ckt
|
30adbaf4fd
|
doc:update knowledge api document
|
2023-07-12 16:33:34 +08:00 |
|
aries_ckt
|
16d6ce8c89
|
doc:knowledge docs update
|
2023-07-12 14:28:40 +08:00 |
|
aries_ckt
|
f85def5a52
|
Merge remote-tracking branch 'origin/main' into dbgpt_api
|
2023-07-12 13:54:17 +08:00 |
|
aries_ckt
|
7d2b96aeca
|
doc:update knowledge api
|
2023-07-12 13:53:48 +08:00 |
|