Commit Graph

276 Commits

Author SHA1 Message Date
aries_ckt
b672396796 doc:deploy doc 2023-10-20 22:58:37 +08:00
aries_ckt
17a425adf7 fix:web knowledge upload bug 2023-10-20 15:04:40 +08:00
aries_ckt
21a66a0b98 docs:update readme 2023-10-20 13:45:39 +08:00
yhjun1026
1937f6a4f6 feat(ChatAgent): ChatAgent doucument
add ChatAgent doucument
2023-10-20 10:02:11 +08:00
aries_ckt
e98786eb69 fix:meta data schema charset bug 2023-10-19 19:34:41 +08:00
aries_ckt
cdb6fdd9bb doc:llm deploy docs 2023-10-19 12:04:49 +08:00
aries_ckt
ef8cd442a5 chore:doc and fmt 2023-10-17 22:00:01 +08:00
aries_ckt
69f68fffb2 doc:add llm management and deployment documents 2023-10-17 19:46:34 +08:00
yhjun1026
73a920991c feat(Agent): ChatAgent And AgentHub
1.Upgrade sqlalchemy to version 2.0
2023-10-17 16:24:58 +08:00
yhjun1026
c4f8e0ecad feat(Agent): ChatAgent And AgentHub
1.Upgrade sqlalchemy to version 2.0
2023-10-17 15:39:15 +08:00
FangYin Cheng
385992c78b fix(doc): Fix zh_CN document error for Debugging 2023-10-12 12:19:48 +08:00
FangYin Cheng
87f2484171 doc(core): Add Trace document 2023-10-12 12:02:56 +08:00
FangYin Cheng
d5a52f79f1 feat(model): Support vLLM 2023-10-09 20:02:11 +08:00
FangYin Cheng
f790f4a505 feat(model): llama.cpp support new GGUF file format 2023-10-07 21:12:53 +08:00
aries_ckt
85f3d12133 docs:0.3.9 version 2023-09-28 17:03:31 +08:00
FangYin Cheng
5b9a0fa7c0 doc(ChatKnowledge): Add documents for knowledge command line 2023-09-28 12:50:37 +08:00
aries_ckt
b39ba51bb7 feat:update spark connection 2023-09-26 17:53:13 +08: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
aries_ckt
5875c8b526 fix:doc build error 2023-09-25 10:25:44 +08:00
aries_ckt
ce3b2e6213 style:fmt 2023-09-22 00:21:54 +08:00
aries_ckt
598619080d fix:doc build 2023-09-22 00:07:43 +08:00
FangYin Cheng
50f8bbf81b doc(core): modify zh documents 2023-09-20 17:36:03 +08:00
FangYin Cheng
33506b062b feat(core): Multi-module dependency splitting 2023-09-20 17:31:56 +08:00
FangYin Cheng
9d85dab13a doc(model): add documents for InternLM 2023-09-15 18:08:55 +08:00
aries_ckt
423d63ec51 doc:add llm use faq 2023-09-14 14:38:45 +08:00
aries_ckt
34f1bc78a3 doc:add llm_faq 2023-09-14 10:42:47 +08:00
aries_ckt
23c1487b34 doc:llm faq doc 2023-09-13 23:07:25 +08:00
aries_ckt
2943eca8fe doc:build docs 2023-09-13 22:33:31 +08:00
aries_ckt
7bedd715bc fix:readdocs doc build 2023-09-13 17:46:15 +08:00
aries_ckt
205063694e fix:doc build 2023-09-13 17:45:37 +08:00
FangYin Cheng
581cf361bf feat(model): multi-model supports embedding model and simple component design implementation 2023-09-13 12:14:21 +08:00
FangYin Cheng
e5bbd0bd86 feat: Command-line tool with knowledge repository initialization 2023-09-01 18:21:22 +08:00
FangYin Cheng
e4dd6060da feat: Command-line tool design and multi-model integration 2023-08-31 17:22:31 +08:00
aries_ckt
77a1079e78 doc:chat excel 2023-08-29 21:18:23 +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
48da39c420 doc:chatdata and chatdb 2023-08-29 20:35:55 +08:00
yhjun1026
237992e7fa feat(editor): ChatExcel
🔥ChatExcel Mode Operation Manual
2023-08-29 20:24:51 +08:00
aries_ckt
0b1cbcef12 Merge remote-tracking branch 'origin/TY_08_DEV_NEW' into dbgpt_api 2023-08-29 15:16:47 +08:00
magic.chen
cc59bbb4fe
doc:llm use faq (#489)
1. add difference between dbgpt_server and dbgpt_server --light
2023-08-28 15:15:17 +08:00
aries_ckt
f88acaffea doc:llm use faq 2023-08-28 15:08:10 +08:00
FangYin Cheng
5715369215 doc: Modify docker install document 2023-08-23 23:00:48 +08:00
magic.chen
1b9bb47ee2
feat: add bge embbeding model (#479)
1.add bge embedding model
2.getting start doc update
2023-08-23 21:48:05 +08:00
aries_ckt
d231f9f89b doc:version update 2023-08-23 17:33:57 +08:00
aries_ckt
034460fc43 doc:getting started 2023-08-23 17:04:53 +08:00
magic.chen
7893a1c3a6
feat: Clickhouse Connection (#476)
1.add Clickhouse Connection
```
class ClickhouseConnect(RDBMSDatabase):
    """Connect Clickhouse Database fetch MetaData
    Args:
    Usage:
    """
```
2.chatdata document update
3.README support Windows
2023-08-22 20:35:13 +08:00
FangYin Cheng
3f6e9687ee feat: Support windows
fix: Fix install error on linux

doc: Add torch cuda FAQ
2023-08-22 14:35:11 +08:00
aries_ckt
560df5cbb2 doc:clickhouse document 2023-08-22 13:41:05 +08:00
aries_ckt
bf3e52aa32 doc:dashboard document 2023-08-21 17:16:00 +08:00
aries_ckt
a1adea83ff doc:add theme style dependency 2023-08-21 10:41:01 +08:00
aries_ckt
323ad2c86d doc:document theme 2023-08-21 10:07:12 +08:00
aries_ckt
a76f68239e doc:chatdb document 2023-08-18 18:00:22 +08:00
aries_ckt
2ae2e3c4a7 Merge remote-tracking branch 'origin/main' into dbgpt_api 2023-08-18 17:58:42 +08:00
FangYin Cheng
909bb263a4 feat: Add examples and modify deploy documents 2023-08-18 15:12:37 +08:00
aries_ckt
0ff6fc880d doc:faq and kbqa document 2023-08-18 15:07:01 +08:00
aries_ckt
be5ae8e1af doc:llm usage document and install document update 2023-08-17 23:39:32 +08:00
aries_ckt
511ef93a30 doc:faq and llama.cpp llm usage 2023-08-17 21:59:02 +08:00
aries_ckt
281ea7cee6 doc:faq and llama.cpp llm usage 2023-08-17 21:53:35 +08:00
FangYin Cheng
a5bb7f79df doc: add llama.cpp doc 2023-08-17 21:04:17 +08:00
aries_ckt
7057d8943c chore:merge branch main 2023-08-17 20:45:35 +08:00
aries_ckt
a3105c6524 doc:deploy md 2023-08-17 15:14:35 +08:00
aries_ckt
a52c1d5c9d doc:llm usage zh 2023-08-17 13:37:47 +08:00
aries_ckt
b34b8cd883 doc:llm usage 2023-08-17 13:20:36 +08:00
aries_ckt
5a07a6b9d1 doc:kbqa faq 2023-08-17 11:08:17 +08:00
aries_ckt
01933090b7 doc:environment doc 2023-08-17 11:02:46 +08:00
aries_ckt
5a089bf576 doc:refactor install document 2023-08-16 23:32:14 +08:00
aries_ckt
63af66ccc1 doc:refactor install document and application document 2023-08-16 23:20:08 +08:00
Aries-ckt
12c4cf8de5
doc:Update faq.md 2023-08-15 12:34:46 +08:00
FangYin Cheng
b75f5a0069 doc: Run with SQLite 2023-08-11 19:00:13 +08:00
aries_ckt
1d56143e04 doc:0.3.5 verison 2023-08-11 17:30:05 +08:00
aries_ckt
8171980e4c doc:docs for knowledge space arguments 2023-08-10 16:50:17 +08:00
magic.chen
c4758a6fae
fix: document delete bug (#408)
1.document delete bug
2.readme assets
2023-08-03 19:54:26 +08:00
aries_ckt
1992ea7181 fix: document delete bug
1.document delete bug
2.0.3.4 version
2023-08-03 19:15:29 +08:00
FangYin Cheng
a4574aa614 feat: Support vicuna-v1.5 and WizardLM-v1.2 2023-08-03 14:14:29 +08:00
FangYin Cheng
bceb609cf6 feat: Modify config for quantization and doc 2023-08-02 19:29:59 +08:00
magic.chen
941237ac89
doc: update discord link address (#387)
update discord link address
2023-07-31 22:47:59 +08:00
xuyuan23
60cff15fbe docs: update discord address
update discord link address
2023-07-31 21:25:43 +08:00
xuyuan23
bbc1726729 docs: update discord docs
update discord docs
2023-07-31 21:14:25 +08:00
magic.chen
83ce0ee28f
Support bard proxy server. (#386)
support bard proxy server for DB-GPT so that you can deploy in your PC
easily.
2023-07-31 20:42:05 +08:00
xuyuan23
3c2690f769 docs: update bard-proxy project address.
update bard-proxy project address.
2023-07-31 19:10:03 +08:00
magic.chen
494b491dec
doc: vector db use doc (#383)
doc:
1.add vector db use doc
2.add faq vector db use doc
2023-07-31 18:57:16 +08:00
xuyuan23
7492c20aaf docs: update bard proxy use docs.
update bard proxy use documents.
2023-07-31 18:41:26 +08:00
qutcat1997
96dfc3798b
Update getting_started.md
Steps for Starting ChatGLM-6B and ChatGLM2-6B with Multiple Cards
2023-07-31 18:32:46 +08:00
aries_ckt
ef335aa860 doc:add vector db use doc 2023-07-31 17:30:34 +08:00
aries_ckt
208f01fda7 doc:add vector db use doc 2023-07-31 17:18:18 +08:00
Aries-ckt
166c914922
feat: support multiple knowledge file path and skip some error in knowledge embedding (#379)
Close #353 

Additional, I created DB-GPT command line tool scripts which currently
supports initialization of the knowledge documents.
And we can support more command line in the future.
2023-07-28 17:23:21 +08:00
magic.chen
9236f4260e
llm proxy framework design, adding support for bard large language model proxy (#376)
1. llm proxy framework design, adding support for bard large language
model proxy
2. add Alibaba Cloud Image Deployment Solution.

Close #369
2023-07-28 17:04:09 +08:00
FangYin Cheng
426a364c37 feat: knowledge_init.py support multiple knowledge file path and skip some error in knowledge embedding 2023-07-28 16:29:29 +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
FangYin Cheng
671cddf4e7 feat: supports docker compose deployment 2023-07-26 20:07:25 +08:00
FangYin Cheng
35d0c17ae8 feat: Support baichuan-7B model 2023-07-25 19:48:21 +08:00
csunny
8c7a8f56fd chores: version + rm useless file 2023-07-24 19:45:56 +08:00
FangYin Cheng
168c754a3f feat: Support llama-2 model 2023-07-20 21:44:40 +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
aries_ckt
20c0c823e8 doc:installation.md 2023-07-13 19:46:55 +08:00
aries_ckt
b5f3e079db docs:v0.3.1 docs
1.fmt
2.docs
2023-07-13 19:23:03 +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
aries_ckt
e6aa46fc87 refactor:refactor knowledge api
1.delete CFG in embedding_engine api
2.add a text_splitter param in embedding_engine api
2023-07-11 16:33:48 +08:00
aries_ckt
6ff7ef9da4 doc:update knowledge api 2023-07-10 17:00:45 +08:00
aries_ckt
56b32ab094 refactor:rename knowledge embedding api
1.replace knowledge_embedding of embedding_engine
2023-07-10 15:50:34 +08:00
csunny
e15e343f9d docs: update assets for readme. 2023-07-10 15:03:50 +08:00
aries_ckt
ec19a0e1df doc:version update
0.2.3 ->0.3.0
2023-07-06 18:08:39 +08:00
aries_ckt
47595aa10f doc:dbgpt-server docs
1.update .env.template
2.update getting started
2023-07-05 17:55:00 +08:00
aries_ckt
cfffc1927a feat:update webui
1.web-ui
2.readme doc
2023-06-30 18:23:54 +08:00
aries_ckt
185d8f2976 doc:readme and tutorial for DB-GPT 2023-06-30 18:10:31 +08:00
aries_ckt
ddd822fd72 doc:llms doc 2023-06-30 15:44:43 +08:00
csunny
680575edb2 docs: readme update
add video for demo
add assets
2023-06-20 16:19:45 +08:00
aries-ckt
5de9fa9828 docs: Add tutorial docs.
1.add tutorial docs.
2023-06-19 19:26:14 +08:00
aries-ckt
1297eaa240 docs: tutorial doc and index doc.
1.add tutorial doc and and index doc
2023-06-19 19:24:57 +08:00
aries-ckt
a5af997969 docs: Add Weaviate vector docs
1.Weaviate docs
2.tutorial docs
2023-06-19 19:16:17 +08:00
aries-ckt
a5d6518d87 docs: Add Weaviate docs, provide how to use Weaviate vector database in DB-GPT.
1.Weaviate docs
2023-06-19 17:36:45 +08:00
LBYPatrick
2e74ef0ff0 docs: polish docs 2023-06-16 11:49:55 +08:00
magic.chen
3ccd939fe3 docs(openai proxy): Fix openai proxy configuration in llms.md (#233) (#233)
Fix the name of the OpenAI proxy model in the `llms.md` document,
Modifies the LLM_MODEL variable from "proxy_llm" to "proxyllm".
2023-06-16 11:15:32 +08:00
xuyuan23
de9d8742fd docs(openai proxy): Fix the name of the OpenAI proxy model in the llms.md document.
This command modifies the LLM_MODEL variable in your code from "proxy_llm" to "proxyllm".
2023-06-16 10:57:09 +08:00
magic.chen
3f78c8a077 docs: Add chroma and milvus connector docs (#230)
Add vector docs,  provide how to you vector connector in DB-GPT. 
1.chroma docs
2.milvus docs
Closes #230
2023-06-16 10:34:12 +08:00
aries-ckt
a2dac8926d docs: Add vector docs, provide how to use vector connector in DB-GPT.
1.chroma docs
2.milvus docs

Closes #230
2023-06-16 10:18:50 +08:00
aries-ckt
57b6418a88 docs: Add chroma and milvus connector docs
Add vector docs,  provide how to you vector connector in DB-GPT.
1.chroma docs
2.milvus docs
Closes #230
2023-06-16 10:17:18 +08:00
magic.chen
c6b667e984 docs: Add vector connector docs (#229)
Add vector docs,  provide how to use vector connector in DB-GPT.

Closes #229
2023-06-15 21:54:26 +08:00
aries-ckt
8d3f5c9702 docs: Add vector connector docs
Add vector docs,  provide how to you vector connector in DB-GPT.

Closes #228
2023-06-15 21:45:35 +08:00
magic.chen
6c83dfc294 Fix the document user case 'llms' (#227)
Fix the document by changing 'LLM_MODEL=proxy_llm' to
'LLM_MODEL=proxyllm
2023-06-15 17:18:45 +08:00
xuyuan23
a91a7e1c62 Fix the document by changing 'LLM_MODEL=proxy_llm' to 'LLM_MODEL=proxyllm'. 2023-06-15 17:15:27 +08:00
aries-ckt
438b5ed8c9 update:readme doc, put documents 2023-06-15 15:06:32 +08:00
csunny
bb9724cbc1 docs: update llms usage 2023-06-14 22:37:45 +08:00
csunny
c522f4f0ba Merge branch 'main' into llm_fxp 2023-06-14 22:32:17 +08:00
aries-ckt
51d5517cb5 fix:doc sql generation 2023-06-14 22:12:23 +08:00
csunny
321f1c36c4 Merge branch 'dbgpt_doc' of https://github.com/csunny/DB-GPT into llm_fxp 2023-06-14 22:04:35 +08:00
yhjun1026
ddd8e7a8c5 Merge branch 'dbgpt_doc' into ty_test
# Conflicts:
#	pilot/common/plugins.py
2023-06-14 21:53:08 +08:00
csunny
9a1424fc86 docs: update readme and llms (#138) 2023-06-14 21:40:48 +08:00
yhjun1026
b2ec087322 close auto load plugin 2023-06-14 21:28:06 +08:00
magic.chen
6adc63aea7 doc:db-gpt tutorial doc (#213)
1.fix tutorial doc
2023-06-14 18:01:15 +08:00
magic.chen
a7aad450a1 fix: install add text-chinses-large model (#215)
quick start add rely model, text-chinses-large model
2023-06-14 18:00:43 +08:00
xuyuan23
6a5b0170ba Merge branch 'dbgpt_doc' into feature-xuyuan-openai-proxy 2023-06-14 17:55:32 +08:00
xuyuan23
381c7cdbac Add Chinese documentation. 2023-06-14 17:54:21 +08:00
aries-ckt
0e3a259ba0 fix:format 2023-06-14 17:53:25 +08:00
xuyuan23
7b77360286 add use cases: tool_use_with_plugin, and how to write a plugin. 2023-06-14 17:24:31 +08:00
aries-ckt
0405b61bc3 doc:db-gpt tutorial doc 2023-06-14 17:22:14 +08:00
csunny
4ff949064f fix: install add text-chinses-large model 2023-06-14 17:16:32 +08:00
magic.chen
27a8391e23 update docs latest version (#212)
docs latest version set to v0.2.2,  align with code.
2023-06-14 15:51:43 +08:00
csunny
31761cd481 docs: w 2023-06-14 15:47:51 +08:00
aries-ckt
0c8b424b04 doc:db-gpt doc 2023-06-14 15:31:11 +08:00
aries-ckt
669e5cc3dc update:db chat 2023-06-13 19:20:19 +08:00
aries-ckt
7aa59596d2 update:db chat 2023-06-13 17:12:20 +08:00
aries-ckt
904d32655e update:doc 2023-06-13 16:04:44 +08:00