Commit Graph

790 Commits

Author SHA1 Message Date
aries_ckt
d12e9f8d9b fix:rename knowledge_init.py
rename knowledge_init.py
2023-06-27 22:24:58 +08:00
magic.chen
e65a43274f fix: documents chat not working with chatglm2-6b (#275)
Close #274
2023-06-26 19:59:02 +08:00
staneyffer
2c96c16bea fix: documents chat not working with chatglm2-6b 2023-06-26 18:13:31 +08:00
magic.chen
7d7452ac95 More docker compose improvements (#268)
For me GPU0 is a 3080 and GPU1 is a 4090 while others may only have one
GPU. So let us make gpu 0 the default.

Also I found a better way to build the containers and added a
cloudflared tunnel container
2023-06-26 15:23:03 +08:00
Aries-ckt
cf9153ea23 feat:llm support for chatglm2 (#271)
Add support for ChatGLM2-6B,which is the second-generation version of
the open-source bilingual (Chinese-English) chat model
[ChatGLM-6B](https://github.com/THUDM/ChatGLM-6B).
2023-06-25 23:41:47 +08:00
magic.chen
132f8fff01 Update model_config.py 2023-06-25 23:29:43 +08:00
csunny
53cb9d3fca docs: update readme for new llm support 2023-06-25 23:23:37 +08:00
csunny
a9fc9f0929 feat: support chatglm2-6b 2023-06-25 23:07:41 +08:00
csunny
fc7cb1cce3 feat: add chatglm2-6b support 2023-06-25 23:05:50 +08:00
Joe Crypto
19cc2ba6e5 added plugins to gitignore 2023-06-23 01:20:44 +00:00
Joe Crypto
572d99adf5 added tunnel 2023-06-23 01:18:34 +00:00
joecryptotoo
f61153a45f docker ignore plugins too 2023-06-22 16:28:48 -07:00
joecryptotoo
5641795d81 changed to gpu 0(first GPU)
For me GPU0 is a 3080 and GPU1 is a 4090 others may only have one GPU
2023-06-22 16:23:02 -07:00
magic.chen
2f3a06011a Fixed up docker-compose (#267)
You can't have two CMD statements in one Dockerfile. Each service should
have it's own container so I split webserver and llmserver into two
containers.

```
docker compose build
docker compose up
```
2023-06-23 07:08:13 +08:00
Joe Crypto
ccbcb19ff1 added plugins volume 2023-06-22 19:49:44 +00:00
Joe Crypto
a1ea86cd32 override .env.template 2023-06-22 19:47:14 +00:00
Joe Crypto
6e294f1a5e install zh_core_web_sm 2023-06-22 19:46:49 +00:00
Joe Crypto
5f3034a9e6 fixed docker compose 2023-06-22 18:41:55 +00:00
joecryptotoo
8627f40211 Update Dockerfile 2023-06-22 10:12:13 -07:00
joecryptotoo
743a47ce61 Update docker-compose.yml 2023-06-22 10:08:37 -07:00
magic.chen
72c53b6287 fix: EMBEDDING_MODEL env config (#265)
1.solve the problem that EMBEDDING_MODEL config did not work 
Close #264
2023-06-22 23:46:07 +08:00
aries_ckt
85fb12e3d0 style: format webserver.py
format file format
2023-06-22 23:39:23 +08:00
aries_ckt
9d305469ad fix: EMBEDDING_MODEL env config
solve the problem that EMBEDDING_MODEL config did not work
Close #264
2023-06-22 23:33:27 +08:00
magic.chen
497c4665fd Update README.md (#256) 2023-06-21 11:11:39 +08:00
magic.chen
2c5df2e27e Update requirements.txt
change huggingface-hub==0.14.1
update pymilvus==2.2.1

fix #237
2023-06-21 10:10:22 +08:00
magic.chen
9ee579d26f fix: custom chat exception (#257)
fix custom chat exception
raise user can understand error
2023-06-20 20:00:36 +08:00
chenketing
204f7618b1 fix: custom chat exception
fix custom chat exception
raise user can understand error
2023-06-20 19:50:00 +08:00
magic.chen
d4f48dfbbe Update README.zh.md 2023-06-20 19:15:08 +08:00
magic.chen
7dbce6ac10 Update README.md 2023-06-20 19:14:09 +08:00
magic.chen
442facea06 docs: readme file update (#254)
remove extra info
2023-06-20 19:12:49 +08:00
csunny
35ccd8c967 docs: readme file update 2023-06-20 17:30:56 +08:00
Aries-ckt
138ce7db66 docs: add video for readme file. (#253)
add video demo for project.
2023-06-20 17:11:08 +08:00
csunny
38908e3611 docs: add readme sql exector 2023-06-20 17:04:22 +08:00
csunny
376f6e0b3d fix: adjust readme image style 2023-06-20 17:00:35 +08:00
csunny
f513718916 fix: video url address 2023-06-20 16:58:53 +08:00
csunny
8f2e417ef8 fix: video url address 2023-06-20 16:57:56 +08:00
csunny
71278be469 fix: readme url 2023-06-20 16:54:09 +08:00
csunny
881a79ebe9 fix: readme add demo video 2023-06-20 16:49:41 +08:00
csunny
7dccf89d67 fix: rename assets file name 2023-06-20 16:42:44 +08:00
magic.chen
8d006e4e09 Update README.md 2023-06-20 16:28:39 +08:00
csunny
3d7d701aa8 fix: readme docs 2023-06-20 16:22:35 +08:00
csunny
234f71a89d docs: readme update
add video for demo
add assets
2023-06-20 16:19:45 +08:00
magic.chen
930ace48c0 fix: requirements chromadb==0.3.22 (#247)
1.requirements version

Closes #246
2023-06-19 19:30:25 +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
2db9b1f99d fix: requirements chromadb==0.3.22.
1.requirements version

Closes #246
2023-06-19 19:01:02 +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
magic.chen
6218990a1f fix: Weaviate document format. (#245)
1.similar search: docs format
2.conf SUMMARY_CONFIG
2023-06-19 17:02:52 +08:00
aries-ckt
6b0ab59201 style: code format.
code style format
2023-06-19 16:58:24 +08:00