Commit Graph

299 Commits

Author SHA1 Message Date
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