Commit Graph

795 Commits

Author SHA1 Message Date
Aries-ckt
32e4bea839
docs: Update README.md (#284)
update discord invite info
2023-06-28 13:31:25 +08:00
magic.chen
a032054188
docs: Update README.md
update discord invite info
2023-06-28 12:59:52 +08:00
magic.chen
074bdd6cd8
Update base.py (#282)
update function __extract_json  slef --> self
2023-06-28 12:51:50 +08:00
Data Hamal
a4493b7472
Update base.py
fix function __extract_json  slef --> self
2023-06-28 00:52:45 +08:00
magic.chen
a9bc57024b
fix:rename knowledge_init.py (#280)
1.rename knowledge_init.py
2023-06-27 22:57:35 +08:00
aries_ckt
f4c3707d8a fix:rename knowledge_init.py
rename knowledge_init.py
2023-06-27 22:24:58 +08:00
magic.chen
68fa925083
fix: documents chat not working with chatglm2-6b (#275)
Close #274
2023-06-26 19:59:02 +08:00
staneyffer
b41be465ad fix: documents chat not working with chatglm2-6b 2023-06-26 18:13:31 +08:00
magic.chen
acee2041ab
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
8a54ae742b
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
aa4115ef67
Update model_config.py 2023-06-25 23:29:43 +08:00
csunny
c19a7b12e1 docs: update readme for new llm support 2023-06-25 23:23:37 +08:00
csunny
d983a69d16 feat: support chatglm2-6b 2023-06-25 23:07:41 +08:00
csunny
192b289480 feat: add chatglm2-6b support 2023-06-25 23:05:50 +08:00
Joe Crypto
1af3ce4756 added plugins to gitignore 2023-06-23 01:20:44 +00:00
Joe Crypto
c4bafe455a added tunnel 2023-06-23 01:18:34 +00:00
joecryptotoo
c5b61e65b9
docker ignore plugins too 2023-06-22 16:28:48 -07:00
joecryptotoo
54d686554d
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
0558a8ba37
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
7283dcdd8f added plugins volume 2023-06-22 19:49:44 +00:00
Joe Crypto
46a2a34ae3 override .env.template 2023-06-22 19:47:14 +00:00
Joe Crypto
06d639de52 install zh_core_web_sm 2023-06-22 19:46:49 +00:00
Joe Crypto
dc8f62f3f8 fixed docker compose 2023-06-22 18:41:55 +00:00
joecryptotoo
b968727836
Update Dockerfile 2023-06-22 10:12:13 -07:00
joecryptotoo
2d456abaa5
Update docker-compose.yml 2023-06-22 10:08:37 -07:00
magic.chen
879f6ae7e7
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
cc422a2be4 style: format webserver.py
format file format
2023-06-22 23:39:23 +08:00
aries_ckt
683ed09e10 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
3b17fa4ead
Update README.md (#256) 2023-06-21 11:11:39 +08:00
magic.chen
0d9ce4c567
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
31e7ea8df9
fix: custom chat exception (#257)
fix custom chat exception
raise user can understand error
2023-06-20 20:00:36 +08:00
chenketing
f9437db07b fix: custom chat exception
fix custom chat exception
raise user can understand error
2023-06-20 19:50:00 +08:00
magic.chen
d994560fb8
Update README.zh.md 2023-06-20 19:15:08 +08:00
magic.chen
76e7a23fbc
Update README.md 2023-06-20 19:14:09 +08:00
magic.chen
730dd20ec2
docs: readme file update (#254)
remove extra info
2023-06-20 19:12:49 +08:00
csunny
b834bed65b docs: readme file update 2023-06-20 17:30:56 +08:00
Aries-ckt
4b330e460a
docs: add video for readme file. (#253)
add video demo for project.
2023-06-20 17:11:08 +08:00
csunny
9fc54c6c5e docs: add readme sql exector 2023-06-20 17:04:22 +08:00
csunny
9b0971eaa7 fix: adjust readme image style 2023-06-20 17:00:35 +08:00
csunny
6b85cf8f0d fix: video url address 2023-06-20 16:58:53 +08:00
csunny
5a698acd7c fix: video url address 2023-06-20 16:57:56 +08:00
csunny
dd0a6c8676 fix: readme url 2023-06-20 16:54:09 +08:00
csunny
54609ca64c fix: readme add demo video 2023-06-20 16:49:41 +08:00
csunny
132bf44d7c fix: rename assets file name 2023-06-20 16:42:44 +08:00
magic.chen
15e1ccdc0a
Update README.md 2023-06-20 16:28:39 +08:00
csunny
7e196785d9 fix: readme docs 2023-06-20 16:22:35 +08:00
csunny
680575edb2 docs: readme update
add video for demo
add assets
2023-06-20 16:19:45 +08:00
magic.chen
a366917b21 fix: requirements chromadb==0.3.22 (#247)
1.requirements version

Closes #246
2023-06-19 19:30:25 +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