imClumsyPanda
|
41cd0fd8ae
|
完善知识库路径问题,完善api接口 (#245) (#246)
* Fix 知识库无法上载,NLTK_DATA_PATH路径错误 (#236)
* Update chatglm_llm.py (#242)
* 完善知识库路径问题,完善api接口
统一webui、API接口知识库路径,后续路径如下:
知识库路经就是:/项目代码文件夹/vector_store/'知识库名字'
文件存放路经:/项目代码文件夹/content/'知识库名字'
修复通过api接口创建知识库的BUG,完善API接口功能。
* Update model_config.py
---------
Co-authored-by: shrimp <411161555@qq.com>
Co-authored-by: Bob Chang <bob-chang@outlook.com>
|
2023-05-05 19:32:11 +08:00 |
shrimp
|
14d998b8e6
|
可选择lora权重加载 (#231)
* Add files via upload
增加lora权重使用
* Update model_config.py
* Add files via upload
修复一个小错误,少写了模型加载
* 使用lora微调的权重
使用lora微调的权重
* Update model_config.py
|
2023-05-04 21:01:55 +08:00 |
imClumsyPanda
|
07ff81a119
|
update torch_gc
|
2023-05-04 20:48:36 +08:00 |
imClumsyPanda
|
2c1fd2bdd5
|
add api.py
|
2023-05-03 22:31:28 +08:00 |
imClumsyPanda
|
4df9d76f8a
|
add streaming option in configs/model_config.py
|
2023-05-01 23:52:28 +08:00 |
imClumsyPanda
|
0e8cc0d16c
|
add streaming option in configs/model_config.py
|
2023-05-01 23:52:28 +08:00 |
imClumsyPanda
|
966def8cfe
|
add stream support to webui.py
|
2023-04-26 23:27:15 +08:00 |
imClumsyPanda
|
88ab9a1d21
|
update webui.py and local_doc_qa.py
|
2023-04-26 23:27:15 +08:00 |
imClumsyPanda
|
a1033698dd
|
update local_doc_qa.py, webui.py and README.md
|
2023-04-26 23:27:15 +08:00 |
imClumsyPanda
|
5a7973ea42
|
update webui.py
|
2023-04-22 16:53:04 +08:00 |
imClumsyPanda
|
4e83ad2303
|
update webui.py
|
2023-04-19 22:28:49 +08:00 |
imClumsyPanda
|
e9a5db1a9d
|
update webui.py
|
2023-04-19 21:54:59 +08:00 |
imClumsyPanda
|
6fc5e8237c
|
update webui.py
|
2023-04-19 07:58:58 +08:00 |
imClumsyPanda
|
99acc30122
|
update webui.py
|
2023-04-18 23:43:57 +08:00 |
imClumsyPanda
|
635aa2d2ac
|
update webui.py
|
2023-04-18 22:31:55 +08:00 |
imClumsyPanda
|
a231f92d98
|
修复 webui.py 中 llm_history_len 和 vector_search_top_k 显示值与启动设置默认值不一致的问题
|
2023-04-18 10:07:35 +08:00 |
imClumsyPanda
|
ca49799fb2
|
add nltk_data
|
2023-04-18 10:07:19 +08:00 |
imClumsyPanda
|
048c71f893
|
fix bug in webui.py
|
2023-04-18 10:07:19 +08:00 |
imClumsyPanda
|
59375244b6
|
修复 webui.py 中 llm_history_len 和 vector_search_top_k 显示值与启动设置默认值不一致的问题
|
2023-04-15 20:01:54 +08:00 |
Thaumstrial
|
2cd52f6605
|
Support p-tuning-v2
|
2023-04-15 14:43:12 +08:00 |
imClumsyPanda
|
0f043c33f2
|
update webui.py
|
2023-04-14 23:42:28 +08:00 |
imClumsyPanda
|
12f5458374
|
update webui.py
|
2023-04-14 23:30:37 +08:00 |
imClumsyPanda
|
5c3497912c
|
update webui.py
|
2023-04-14 22:55:51 +08:00 |
imClumsyPanda
|
7b3e782023
|
update cli_demo.py
|
2023-04-14 01:06:13 +08:00 |
imClumsyPanda
|
3187423ed4
|
update cli_demo.py
|
2023-04-14 00:42:35 +08:00 |
imClumsyPanda
|
a6184b01be
|
修改项目架构
|
2023-04-13 23:01:52 +08:00 |
lurenlym
|
a04244cf6a
|
incorrect arg order and support zero his
|
2023-04-13 14:13:58 +08:00 |
imClumsyPanda
|
3fbbf1d74a
|
update README.md
|
2023-04-12 21:09:37 +08:00 |
imClumsyPanda
|
cf2aa21446
|
update webui.py and README.md
|
2023-04-11 19:52:59 +08:00 |
liang tongtong
|
57c3cac3bb
|
Webui更新说明
1、自动读取knowledge_based_chatglm.py中LLM及embedding模型枚举,选择后点击setting进行模型加载,可随时切换模型进行测试
2、可手动调节保留对话历史长度,可根据显存大小自行调节
3、添加上传文件功能,通过下拉框选择已上传的文件,点击loading加载文件,过程中可随时更换加载的文件
4、底部添加use via API可对接到自己系统
TODO:
1、添加模型加载进度条
2、添加输出内容及错误提示
3、国家化语言切换
4、引用标注
5、添加插件系统(可基础lora训练等)
|
2023-04-11 04:30:36 +00:00 |