Commit Graph

2321 Commits

Author SHA1 Message Date
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
yhjun1026
29be096a96 Merge branch 'main' into TY_08_DEV_NEW
# Conflicts:
#	requirements.txt
2023-08-18 10:44:36 +08:00
yhjun1026
1bed2644fa feat(editor): ChatExcel
ChatExcel devlop part 1
2023-08-18 10:43:36 +08:00
yhjun1026
76745d0e57 feat(editor): ChatExcel
ChatExcel devlop part 1
2023-08-18 10:13:55 +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
yhjun1026
382d2f3831 Merge branch 'main' into TY_08_DEV_NEW
# Conflicts:
#	README.md
#	pilot/connections/rdbms/base.py
#	pilot/server/static/404.html
#	pilot/server/static/404/index.html
#	pilot/server/static/chat/index.html
#	pilot/server/static/chat/index.txt
#	pilot/server/static/datastores/documents/chunklist/index.html
#	pilot/server/static/datastores/documents/chunklist/index.txt
#	pilot/server/static/datastores/documents/index.html
#	pilot/server/static/datastores/documents/index.txt
#	pilot/server/static/datastores/index.html
#	pilot/server/static/datastores/index.txt
#	pilot/server/static/index.html
#	pilot/server/static/index.txt
2023-08-15 16:27:27 +08:00
yhjun1026
44225e9aea feat(editor): ChatExcel
ChatExcel devlop part 1
2023-08-15 16:24:09 +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
yhjun1026
0bd99d7764 feat(editor): editor api devlop
editor api devlop part 2
2023-08-14 15:30:02 +08:00
yhjun1026
1f881dca25 feat(editor): editor api devlop
editor api devlop part 2
2023-08-14 15:23:08 +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
aries_ckt
1d56143e04 doc:0.3.5 verison 2023-08-11 17:30:05 +08:00
aries_ckt
f1fe45cbe1 fix:web-page upload file 405 2023-08-11 15:54:57 +08:00
yhjun1026
f6fb9c04d3 feat(editor): editor api devlop
editor api devlop part 2
2023-08-11 14:38:27 +08:00
Aries-ckt
85344e8c23
feat: docker actions and fix can not use python -m build bug (#422)
- add docker actions (you need add the secret to the repo
- fix can not use `python -m build` for release -> (which actions
release use)
2023-08-11 11:30:20 +08:00
magic.chen
f007874583
doc:readme discord (#433)
1. readme discord
2023-08-11 10:53:37 +08:00