Commit Graph

392 Commits

Author SHA1 Message Date
FangYin Cheng
b5fd5d2a3a feat: Support llama.cpp 2023-08-15 19:00:08 +08:00
FangYin Cheng
8cea0b9a9f feat: Knowledge QA support SQLite 2023-08-11 18:25:03 +08:00
aries_ckt
f1fe45cbe1 fix:web-page upload file 405 2023-08-11 15:54:57 +08:00
aries_ckt
a7ec3400fe style:fmt 2023-08-10 14:38:50 +08:00
aries_ckt
84fbebda4c feat:add knowledge argument web page 2023-08-10 10:39:52 +08:00
aries_ckt
251f314c92 feat:add knowledge argument web page 2023-08-07 16:57:31 +08:00
aries_ckt
aa3c3205a4 feat:add knowledge space argument 2023-08-07 16:36:41 +08:00
magic.chen
c4758a6fae fix: document delete bug (#408)
1.document delete bug
2.readme assets
2023-08-03 19:54:26 +08:00
aries_ckt
ba55fcf596 fix: document delete bug
1.document delete bug
2.readme assets
2023-08-03 18:14:21 +08:00
magic.chen
221aa6eb22 feat:knowledge space and document delete (#403)
1.add knowledge space delete and document delete
2.knowledge chat route
3.docs, readme, star history
4.fix csv loader bug, add new csv_loader
Close #396
2023-08-03 16:13:00 +08:00
aries_ckt
7dad8b0b31 feat:static web file 2023-08-03 14:30:18 +08:00
FangYin Cheng
a4574aa614 feat: Support vicuna-v1.5 and WizardLM-v1.2 2023-08-03 14:14:29 +08:00
aries_ckt
986fadef88 fix:merge main branch 2023-08-03 14:07:54 +08:00
FangYin Cheng
bceb609cf6 feat: Modify config for quantization and doc 2023-08-02 19:29:59 +08:00
FangYin Cheng
d8a4b776d5 feat: Support 8-bit quantization and 4-bit quantization for multi-gpu inference 2023-08-02 19:29:59 +08:00
yhjun1026
18f2532f76 fix(web): Switching from the dashboard page to other dialogue record pages reports an error 2023-08-02 16:41:15 +08:00
yhjun1026
c519203cd6 feat(db-g[t): black param change 2023-08-01 18:11:59 +08:00
yhjun1026
e340e8daff Merge branch 'TY_07_DEV' into TY_08_END 2023-08-01 15:53:26 +08:00
yhjun1026
77f6b2f458 feat:Db summary merge multi db connect 2023-08-01 15:35:59 +08:00
yhjun1026
40659b93e7 feat:Db connect setting on web 2023-08-01 14:14:10 +08:00
aries_ckt
ce28ef5ce6 fix:knowledge document update bug 2023-08-01 14:00:48 +08:00
aries_ckt
f6359196b2 feat:knowledge document link to chat 2023-08-01 11:08:59 +08:00
aries_ckt
7186309f83 feat:knowledge document delete
1.space delete
2.document delete
2023-07-31 16:47:48 +08:00
FangYin Cheng
4c738af378 fix: fix issue #367, ModelMessage is not JSON serializabl 2023-07-28 04:36:16 +08:00
csunny
2d5226ab21 feat: add logo for db-gpt 2023-07-26 19:59:30 +08:00
FangYin Cheng
35d0c17ae8 feat: Support baichuan-7B model 2023-07-25 19:48:21 +08:00
FangYin Cheng
01074660bc feat: Support baichuan-13B model 2023-07-25 19:48:21 +08:00
aries_ckt
48fc8c47ac fix:web-ui bug
1.webuibug
2.requirememt update
2023-07-25 11:26:20 +08:00
csunny
632aee3149 lint: fix pylint 2023-07-24 18:55:57 +08:00
yhjun1026
02bf99c86a web bug fix 2023-07-24 15:57:50 +08:00
yhjun1026
6d223b9072 web bug fix 2023-07-24 15:07:15 +08:00
yhjun1026
ad4fd6c0fe Merge branch 'main' into dev_ty_06_end
# Conflicts:
#	pilot/common/schema.py
#	pilot/common/sql_database.py
#	pilot/connections/rdbms/duckdb.py
#	pilot/connections/rdbms/mssql.py
#	pilot/connections/rdbms/oracle.py
#	pilot/connections/rdbms/rdbms_connect.py
#	pilot/openapi/api_v1/api_v1.py
#	pilot/scene/base.py
#	pilot/scene/chat_dashboard/chat.py
#	pilot/scene/chat_dashboard/data_preparation/report_schma.py
#	pilot/scene/chat_dashboard/prompt.py
#	pilot/scene/chat_dashboard/template/sales_report/dashboard.json
#	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
#	pilot/server/webserver.py
#	pilot/server/webserver_base.py
#	pilot/xx.db
#	requirements.txt
2023-07-21 18:21:02 +08:00
yhjun1026
35536df73e Merge branch 'main' into dev_ty_06_end
# Conflicts:
#	pilot/common/sql_database.py
#	pilot/configs/config.py
#	pilot/scene/base.py
#	pilot/scene/chat_dashboard/chat.py
#	pilot/scene/chat_dashboard/data_preparation/report_schma.py
#	pilot/scene/chat_dashboard/prompt.py
2023-07-21 16:46:59 +08:00
yhjun1026
a8af407ddf Multi DB support 2023-07-21 16:39:51 +08:00
yhjun1026
288e55a97f Multi DB support 2023-07-21 10:15:32 +08:00
FangYin Cheng
168c754a3f feat: Support llama-2 model 2023-07-20 21:44:40 +08:00
FangYin Cheng
ef2f7999a5 feat: Support llama-2 model 2023-07-20 21:44:40 +08:00
FangYin Cheng
d805e6ab42 feat: structured prompt data interaction between dbgpt-server and llm-server 2023-07-19 12:10:22 +08:00
FangYin Cheng
ae761a3bfa feat: structured prompt data interaction between dbgpt-server and llm-server 2023-07-19 12:10:22 +08:00
aries_ckt
109ef7eb0f fix:embedding_api 2023-07-13 22:14:25 +08:00
aries_ckt
4bd55cd34d fix:embedding_api 2023-07-13 22:14:25 +08:00
aries_ckt
6404bfe63a 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
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
56c1947eda feat:embedding_engine add text_splitter param 2023-07-12 18:01:22 +08:00
aries_ckt
ff89e2e085 feat:embedding_engine add text_splitter param 2023-07-12 18:01:22 +08:00
aries_ckt
e6aa46fc87 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
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
56b32ab094 refactor:rename knowledge embedding api
1.replace knowledge_embedding of embedding_engine
2023-07-10 15:50:34 +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
yhjun1026
36dd616a19 WEB API independent 2023-07-07 16:08:32 +08:00