Commit Graph

82 Commits

Author SHA1 Message Date
FangYin Cheng
ef2f7999a5 feat: Support llama-2 model 2023-07-20 21:44:40 +08:00
aries_ckt
25172da7b7 doc:AutoDL Image
1.AutoDL Image
2.mock chat data sql
3.FAQ
2023-07-20 13:30:38 +08:00
aries_ckt
087dca9683 doc:installation.md 2023-07-13 19:46:55 +08:00
aries_ckt
e01308d9be docs:v0.3.1 docs
1.fmt
2.docs
2023-07-13 19:23:03 +08:00
aries_ckt
03b507a4e9 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
ff89e2e085 feat:embedding_engine add text_splitter param 2023-07-12 18:01:22 +08:00
aries_ckt
f911a8fa97 doc:update knowledge api document 2023-07-12 16:33:34 +08:00
aries_ckt
dd02c5d4ba doc:knowledge docs update 2023-07-12 14:28:40 +08:00
aries_ckt
4b66ce7b9c Merge remote-tracking branch 'origin/main' into dbgpt_api 2023-07-12 13:54:17 +08:00
aries_ckt
2f884e7109 doc:update knowledge api 2023-07-12 13:53:48 +08:00
aries_ckt
a357ab498a 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
60d6c0d040 doc:update knowledge api 2023-07-10 17:00:45 +08:00
aries_ckt
312f243382 refactor:rename knowledge embedding api
1.replace knowledge_embedding of embedding_engine
2023-07-10 15:50:34 +08:00
csunny
df566f633d docs: update assets for readme. 2023-07-10 15:03:50 +08:00
aries_ckt
1688932815 doc:version update
0.2.3 ->0.3.0
2023-07-06 18:08:39 +08:00
aries_ckt
42a86f8f48 doc:dbgpt-server docs
1.update .env.template
2.update getting started
2023-07-05 17:55:00 +08:00
aries_ckt
02bf19ed33 feat:update webui
1.web-ui
2.readme doc
2023-06-30 18:23:54 +08:00
aries_ckt
06b8b3f5fd doc:readme and tutorial for DB-GPT 2023-06-30 18:10:31 +08:00
aries_ckt
3365e6dc29 doc:llms doc 2023-06-30 15:44:43 +08:00
csunny
234f71a89d docs: readme update
add video for demo
add assets
2023-06-20 16:19:45 +08:00
aries-ckt
7263066fdc docs: Add tutorial docs.
1.add tutorial docs.
2023-06-19 19:26:14 +08:00
aries-ckt
61cba66ad7 docs: tutorial doc and index doc.
1.add tutorial doc and and index doc
2023-06-19 19:24:57 +08:00
aries-ckt
56ba70aae4 docs: Add Weaviate vector docs
1.Weaviate docs
2.tutorial docs
2023-06-19 19:16:17 +08:00
aries-ckt
475aeb30ae 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
8a049b8af1 docs: polish docs 2023-06-16 11:49:55 +08:00
magic.chen
4b6b480c5c 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
acc9901c66 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
930a140eb4 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
a07de76f3e 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
6dee8bdf96 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
d4c6d9ae42 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
b5a529026a 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
1f90c772ee 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
c85f091c63 Fix the document by changing 'LLM_MODEL=proxy_llm' to 'LLM_MODEL=proxyllm'. 2023-06-15 17:15:27 +08:00
aries-ckt
5449140a68 update:readme doc, put documents 2023-06-15 15:06:32 +08:00
csunny
e67338c045 docs: update llms usage 2023-06-14 22:37:45 +08:00
csunny
8d26889280 Merge branch 'main' into llm_fxp 2023-06-14 22:32:17 +08:00
aries-ckt
9643d5dfd4 fix:doc sql generation 2023-06-14 22:12:23 +08:00
csunny
71db2a8ef6 Merge branch 'dbgpt_doc' of https://github.com/csunny/DB-GPT into llm_fxp 2023-06-14 22:04:35 +08:00
yhjun1026
3a6501ba96 Merge branch 'dbgpt_doc' into ty_test
# Conflicts:
#	pilot/common/plugins.py
2023-06-14 21:53:08 +08:00
csunny
69f26c91e7 docs: update readme and llms (#138) 2023-06-14 21:40:48 +08:00
yhjun1026
f36d8223a3 close auto load plugin 2023-06-14 21:28:06 +08:00
magic.chen
3ba1b72cda doc:db-gpt tutorial doc (#213)
1.fix tutorial doc
2023-06-14 18:01:15 +08:00
magic.chen
f9aac7c2d9 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
677bc30e18 Merge branch 'dbgpt_doc' into feature-xuyuan-openai-proxy 2023-06-14 17:55:32 +08:00
xuyuan23
12ba3828e2 Add Chinese documentation. 2023-06-14 17:54:21 +08:00
aries-ckt
73667ce2c3 fix:format 2023-06-14 17:53:25 +08:00
xuyuan23
621a859be0 add use cases: tool_use_with_plugin, and how to write a plugin. 2023-06-14 17:24:31 +08:00
aries-ckt
9c49691893 doc:db-gpt tutorial doc 2023-06-14 17:22:14 +08:00
csunny
c973c11760 fix: install add text-chinses-large model 2023-06-14 17:16:32 +08:00