Commit Graph

59 Commits

Author SHA1 Message Date
Fangyin Cheng
461607e421 feat: Support retry for 'Chat Data' (#1419) 2024-04-16 00:03:18 +08:00
Fangyin Cheng
c3ae1915d2 refactor: Modify default webserver port to 5670 (#1410) 2024-04-12 11:47:24 +08:00
Fangyin Cheng
7d6dfd9ea8 feat(model): Support moonshot proxy LLM (#1404) 2024-04-10 23:41:50 +08:00
Fangyin Cheng
fcc325d411 feat(core): Support i18n (#1327) 2024-03-25 20:15:39 +08:00
aries_ckt
4413ff682f fix:rag serve error 2024-03-18 19:37:06 +08:00
Fangyin Cheng
0ed30aa44a feat: Add dbgpt client and add api v2 2024-03-18 18:29:27 +08:00
Fangyin Cheng
130ffb08c9 feat(model): Support yi proxy LLM (#1303) 2024-03-15 22:15:37 +08:00
Fangyin Cheng
872b5745d3 fix: Fixed multi-turn dialogue bug (#1259) 2024-03-06 22:17:47 +08:00
Fangyin Cheng
505bc32775 perf(rag): Support load large document (#1233) 2024-03-01 22:33:52 +08:00
TJJ
e1ace141f7 Fix wenxin config in .env.template (#965) 2023-12-22 11:45:11 +08:00
Fangyin Cheng
511a43b849 refactor: Refactor storage and new serve template (#947) 2023-12-18 19:30:40 +08:00
Aries-ckt
54d5b0b804 feat(ChatKnowledge):add similarity score and query rewrite (#880) 2023-12-04 10:24:53 +08:00
magic.chen
a35b612ac5 docs: SMMF introduction and usage (#878)
Co-authored-by: junewgl <1965259211@qq.com>
2023-12-01 12:37:29 +08:00
FangYin Cheng
995772077c feat(cache): Support configures the model cache in .env 2023-11-16 18:46:00 +08:00
FangYin Cheng
95d3f5222b feat(model): Support AquilaChat2-34B 2023-10-30 11:48:48 +08:00
FangYin Cheng
0e0d34d92a feat(core): Support configuration metadata database name in .env file 2023-10-27 15:19:21 +08:00
aries_ckt
12d4e2fce8 fix:KNOWLEDGE_SEARCH_TOP_SIZE default value 2023-10-18 10:07:58 +08:00
yhjun1026
e350b12399 feat(Agent): ChatAgent And AgentHub
1.Upgrade sqlalchemy to version 2.0
2023-10-18 09:52:55 +08:00
csunny
47e3185d57 fix: add env template 2023-10-12 18:34:17 +08:00
csunny
89beb61f05 feat: add env template for proxyllm 2023-10-12 10:48:43 +08:00
aries_ckt
0ff63feca1 fix:.env customize vector store config does not work
Close #655
2023-10-08 22:10:50 +05:00
FangYin Cheng
f790f4a505 feat(model): llama.cpp support new GGUF file format 2023-10-07 21:12:53 +08:00
FangYin Cheng
5dfe611478 feat(ChatKnowledge): Add custom text separators and refactor log configuration 2023-09-28 11:54:58 +08:00
FangYin Cheng
5aa9cb455e feat(model): support openai embedding model 2023-09-15 18:08:55 +08:00
FangYin Cheng
f19551a7cd feat: Optimize code import time 2023-09-01 10:40:18 +08:00
aries_ckt
4df7609c9b feat:bge embedding model env 2023-08-23 17:09:38 +08:00
aries_ckt
7057d8943c chore:merge branch main 2023-08-17 20:45:35 +08:00
aries_ckt
b34b8cd883 doc:llm usage 2023-08-17 13:20:36 +08:00
aries_ckt
63af66ccc1 doc:refactor install document and application document 2023-08-16 23:20:08 +08:00
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
FangYin Cheng
0859f36a89 feat: Support SQLite connection 2023-08-11 18:25:03 +08:00
FangYin Cheng
bceb609cf6 feat: Modify config for quantization and doc 2023-08-02 19:29:59 +08:00
magic.chen
9236f4260e llm proxy framework design, adding support for bard large language model proxy (#376)
1. llm proxy framework design, adding support for bard large language
model proxy
2. add Alibaba Cloud Image Deployment Solution.

Close #369
2023-07-28 17:04:09 +08:00
xuyuan23
572c336b81 feat: Adjusting the proxy framework.
Adjusting the proxy framework, chatgpt_proxyllm default, or proxyllm instead, new LLM proxy should be configured in format 'xxx_proxyllm'.
2023-07-27 11:03:29 +08:00
FangYin Cheng
35d0c17ae8 feat: Support baichuan-7B model 2023-07-25 19:48:21 +08:00
qutcat1997
65be62c2b0 Update .env.template
Modify configuration file Multi-GPUulti-GPU
2023-07-11 23:00:56 +08:00
aries_ckt
47595aa10f doc:dbgpt-server docs
1.update .env.template
2.update getting started
2023-07-05 17:55:00 +08:00
xuyuan23
6e3b48c7c4 support multi process to launch llmserver, add openai proxy api. 2023-06-12 21:29:16 +08:00
zhanghy-sketchzh
bb9081e00f Add quantize_qlora support for falcon 2023-06-08 13:37:48 +08:00
aries-ckt
e29fa37cde update:knowledge env 2023-06-05 18:08:55 +08:00
magic.chen
7adc30d6b9 bugfix: Fix the issue of inconsistent database password settings. (#151)
The following places involve database passwords, but the default values
are not consistent, which causes confusion for users:
1. README.md
2. README.zh.md
3. 3. pilot/configs/config.py
2023-06-02 21:22:36 +08:00
fenghao
2dd12d0c3b fix .env.template 2023-06-02 21:12:16 +08:00
aries-ckt
45a3a8a696 fix:SUMMARY_CONFIG 2023-06-01 20:52:44 +08:00
yhjun1026
96c516ab55 Merge branch 'llm_fxp' into dev
# Conflicts:
#	.env.template
#	pilot/out_parser/base.py
2023-06-01 15:35:01 +08:00
aries-ckt
b10269a550 feature:db_summary 2023-06-01 14:02:23 +08:00
csunny
c73cce882f fix: rm extra info 2023-05-31 02:03:01 +08:00
csunny
00b2671c0a fix: env template 2023-05-30 17:17:20 +08:00
csunny
ea334b172e feature: add model server proxy 2023-05-30 17:16:29 +08:00
xuyuan23
7fa205aefc add multi language support. 2023-05-28 17:37:33 +08:00