Commit Graph

1821 Commits

Author SHA1 Message Date
aries_ckt
bf3e52aa32 doc:dashboard document 2023-08-21 17:16:00 +08:00
magic.chen
4803a913b5
doc:add theme style dependency (#470) 2023-08-21 10:48:58 +08:00
aries_ckt
a1adea83ff doc:add theme style dependency 2023-08-21 10:41:01 +08:00
magic.chen
6cd9e0cf24
doc:document theme (#469)
1.change document theme style
2023-08-21 10:08:45 +08:00
aries_ckt
323ad2c86d doc:document theme 2023-08-21 10:07:12 +08:00
Aries-ckt
f39a20ea57
choros: update community + discord (#468) 2023-08-20 13:24:58 +08:00
csunny
7a210d8120 choros: update community + discord 2023-08-20 10:44:11 +08:00
Aries-ckt
44e8766730
fix: modify docker image CICD (#466)
fix: Fix error CICD config

fix: Fix docker image error

fix: Reduce docker image size

fix: remove other architecture

fix: remove llama.cpp dependencies from base image
2023-08-18 23:52:11 +08:00
FangYin Cheng
b5f2758dc0 fix: modify docker image CICD
fix: Fix error CICD config

fix: Fix docker image error

fix: Reduce docker image size

fix: remove other architecture

fix: remove llama.cpp dependencies from base image
2023-08-18 19:42:36 +08:00
FangYin Cheng
076e22a5a5
doc: chatdb and kbqa document (#465) 2023-08-18 18:20:55 +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
Aries-ckt
cf1b356231
fix: Fix alpaca prompt error (#464) 2023-08-18 17:36:57 +08:00
FangYin Cheng
efd17593ce fix: Fix alpaca prompt error 2023-08-18 17:18:01 +08:00
Aries-ckt
75c0bc8877
feat: Add examples and modify deploy documents (#463) 2023-08-18 15:32:41 +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
70a091364f fix:add sqlite db type 2023-08-18 11:28:27 +08:00
magic.chen
506176edf6
doc:llm usage document and install document update (#461) 2023-08-18 09:20:43 +08:00
aries_ckt
be5ae8e1af doc:llm usage document and install document update 2023-08-17 23:39:32 +08:00
magic.chen
8de0f3cb03
doc:install usage and application usage (#460)
1. refactor install tutorial
2. add application usage
3. add llm usage
4. FAQ usage
2023-08-17 22:06:33 +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
013f363432
doc: Add llama.cpp document (#459)
Document for
[llama.cpp](https://github.com/eosphoros-ai/DB-GPT/pull/452).
2023-08-17 21:10:40 +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
921c0697f6 doc:llm usage asset 2023-08-17 13:29:27 +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
f968427690
Fix SQLite bug and split some main dependencies into optional dependencies (#453)
- Fix #445 

- Split some main dependencies into optional dependencies, now llama.cpp
supports running on Apple Silicon(m1) mac and X86 mac.
2023-08-16 15:24:33 +08:00
FangYin Cheng
05d2d2bbf6
chore:wechat group update (#455) 2023-08-16 15:20:42 +08:00
aries_ckt
732fd0e7e7 chore:wechat group update 2023-08-16 15:14:42 +08:00
FangYin Cheng
303efb9d4e feat: Split some main dependencies into optional dependencies 2023-08-16 04:26:05 +08:00
FangYin Cheng
e5b03c8ab4 fix: fix issue #445, sqlite unable to open database file 2023-08-16 04:25:53 +08:00
Aries-ckt
8a276591d6
feat: Support llama.cpp (#452)
Close #420 

- Support llama.cpp
- Configure parameters for a specific model
- Split into multiple optional dependencies

1.  Install with default dependencies: `pip install .`
2. Install with llama.cpp support: `pip install ".[llama_cpp]"`
3. Install with all dependencies: `pip install ".[all]"`

TODO: I will submit a pr about usage documentation later
2023-08-15 23:08:43 +08:00
FangYin Cheng
b5fd5d2a3a feat: Support llama.cpp 2023-08-15 19:00:08 +08:00
magic.chen
dbae09203f
doc:Update faq.md (#450) 2023-08-15 13:05:07 +08:00
Aries-ckt
12c4cf8de5
doc:Update faq.md 2023-08-15 12:34:46 +08:00
Aries-ckt
85bd13392d
choros: fix wechat code (#446) 2023-08-14 11:17:27 +08:00
csunny
ed664ab7a0 choros: fix wechat code 2023-08-14 11:10:20 +08:00
Aries-ckt
1ba9c51c91
feat: Support SQLite connection (#438)
Close #423 

1. New `SQLiteConnect`.
2. Knowledge QA support SQLite .
3. Build docker image with SQLite.
2023-08-12 12:03:13 +08:00
FangYin Cheng
b75f5a0069 doc: Run with SQLite 2023-08-11 19:00:13 +08:00
FangYin Cheng
8cea0b9a9f feat: Knowledge QA support SQLite 2023-08-11 18:25:03 +08:00
FangYin Cheng
0859f36a89 feat: Support SQLite connection 2023-08-11 18:25:03 +08:00
FangYin Cheng
22658e36cf
fix:web-page upload file 405 (#435)
fix:web-page upload file 405
doc:0.3.5
Close #434
2023-08-11 17:33:37 +08:00