Commit Graph

1012 Commits

Author SHA1 Message Date
hzg0601 1e12944a5d 更新shutdown_all.sh:更新mac设备的额外说明 2023-08-16 22:58:59 +08:00
hzg0601 832c261cdf Merge branch 'dev' of github.com:chatchat-space/Langchain-Chatchat into dev 2023-08-16 22:26:27 +08:00
hzg0601 1a40d464be 更新model_config.py.example: 更改所有模型的默认端口为8888 2023-08-16 22:26:18 +08:00
imClumsyPanda d7fe158d78 git update README.md 2023-08-16 22:06:27 +08:00
liunux4odoo 6c00c03faa llm_api can be terminated by Ctrl+c. success on windows 2023-08-16 17:48:55 +08:00
liunux4odoo e7d07a7923 Merge remote-tracking branch 'refs/remotes/origin/dev' into dev 2023-08-16 16:16:56 +08:00
liunux4odoo 8ed1f8efca update fastchat to 0.2.24 2023-08-16 16:15:45 +08:00
hzg0601 84b491b8b2 Merge branch 'dev' of github.com:chatchat-space/Langchain-Chatchat into dev 2023-08-16 16:00:40 +08:00
hzg0601 5f1471232d update llm_api_launch.py:修复本地加载问题 2023-08-16 16:00:24 +08:00
liunux4odoo f64affc930 update llm_api and api server:
1. fastchat's controller/model_worker/api_server use swagger UI offline.
2. add custom title and icon.
3. remove fastapi-offline dependence
2023-08-16 14:20:09 +08:00
liunux4odoo 67b8ebef52 update api and webui:
1. 增加search_docs接口,返回原始知识库检索文档,close #1103
2. 为FAISS检索增加score_threshold参数。milvus和PG暂不支持
2023-08-16 13:18:58 +08:00
hzg0601 f3a1247629 update readme 2023-08-16 11:36:53 +08:00
hzg0601 b97358ea33 Merge branch 'dev' of github.com:chatchat-space/Langchain-Chatchat into dev 2023-08-16 11:15:31 +08:00
hzg0601 8e00f8305b 1. 更新allinone脚本提示,增加中文提示;2. 新增服务一键停止脚本shutdown_all.sh;3. 更新readme说明;3. 修复命令行bug 2023-08-16 11:15:10 +08:00
liunux4odoo a47240e871 fix KnowledgeFile: set text_splitter_name in database to SpacyTextSplitter if it is not set 2023-08-16 10:14:47 +08:00
hzg0601 17278922dc Merge branch 'dev' of github.com:chatchat-space/Langchain-Chatchat into dev 2023-08-16 10:14:28 +08:00
hzg0601 348edb9a0d 更新提示 2023-08-16 10:13:51 +08:00
liunux4odoo 1551adb867 fix webui: use kb_names as selected_kb's options to avoid index error after delete_doc 2023-08-16 10:04:17 +08:00
liunux4odoo f9d5038e59 fix webui utils: remove unneeded error check 2023-08-16 09:33:55 +08:00
hzg0601 b40beac1a8 Merge branch 'dev' of github.com:chatchat-space/Langchain-Chatchat into dev 2023-08-15 15:34:50 +08:00
hzg0601 116302f3b5 update readme 2023-08-15 15:33:16 +08:00
liunux4odoo 7c0e9c46db fix api & webui: 1.add logs, 2. check json response, 3. set timeout=False in recreate_vector_stoore 2023-08-15 14:24:54 +08:00
hzg0601 80f44ba24e git pull dev 2023-08-15 11:22:19 +08:00
hzg0601 5c0274efce 1. 增加api的一键启动脚本;2. 增加webui的一键启动脚本;3. 更新readme;4. 调整llm_api_launch 2023-08-15 11:02:32 +08:00
imClumsyPanda 0568e9be47 add stream_api_test.py 2023-08-14 20:08:37 +08:00
imClumsyPanda d5fcc958b8 update README.md 2023-08-14 19:48:02 +08:00
hzg0601 c81e63eeee 解决多卡启动问题 2023-08-14 19:42:21 +08:00
Zhi-guo Huang 811c308ef4 1. update readme;2. 解决多卡启动问题;3. 更新lora加载方式说明 (#1079)
* fix chat and knowledge_base_chat

* 更新多卡部署

* update readme

* update api and webui:
1. add download_doc to api
2. return local path or http url in kowledge_base_chat depends on
   no_remote_api
3. change assistant avater in webui

* 解决多卡启动问题

* fix chat and knowledge_base_chat

* 更新readme的lora加载方式

* update readme

* 更新readme

---------

Co-authored-by: liunux4odoo <liunu@qq.com>
2023-08-14 19:42:16 +08:00
hzg0601 d652a28023 update readme 2023-08-14 19:32:28 +08:00
hzg0601 9fb38727fb 更新readme 2023-08-14 19:32:28 +08:00
hzg0601 c591dd7836 update readme 2023-08-14 19:32:28 +08:00
liunux4odoo 8477adfa33 update api and webui:
1. add download_doc to api
2. return local path or http url in kowledge_base_chat depends on
   no_remote_api
3. change assistant avater in webui
2023-08-14 19:32:28 +08:00
liunux4odoo 087bb37e08 fix chat and knowledge_base_chat 2023-08-14 19:32:28 +08:00
hzg0601 23421204dc update readme 2023-08-14 19:32:22 +08:00
hzg0601 c320ed60ba update readme 2023-08-14 19:17:34 +08:00
imClumsyPanda 3cbd4d24fa update README.md 2023-08-14 19:17:34 +08:00
imClumsyPanda f7c82c13da update model_config.py.example 2023-08-14 19:17:34 +08:00
imClumsyPanda 793d972174 Update README.md 2023-08-14 19:17:34 +08:00
imClumsyPanda d2440d3640 update README.md 2023-08-14 19:11:01 +08:00
liunux4odoo ec984205ae fix knowledge base management:
1. docs in database were note deleted when clear vector store
2. diable buttons when local doc file not exist.
2023-08-14 19:09:02 +08:00
imClumsyPanda fc56b07f31 update model_config.py.example 2023-08-14 18:53:22 +08:00
hzg0601 bb8331384f 更新readme 2023-08-14 17:36:10 +08:00
Zhi-guo Huang 71b528a2d1
1. update readme;2. 解决多卡启动问题;3. 更新lora加载方式说明 (#1079)
* fix chat and knowledge_base_chat

* 更新多卡部署

* update readme

* update api and webui:
1. add download_doc to api
2. return local path or http url in kowledge_base_chat depends on
   no_remote_api
3. change assistant avater in webui

* 解决多卡启动问题

* fix chat and knowledge_base_chat

* 更新readme的lora加载方式

* update readme

* 更新readme

---------

Co-authored-by: liunux4odoo <liunu@qq.com>
2023-08-14 17:35:51 +08:00
hzg0601 e730172a5a update readme 2023-08-14 17:18:26 +08:00
hzg0601 c4142e24c5 更新readme的lora加载方式 2023-08-14 17:15:07 +08:00
imClumsyPanda d14d80d759
Update README.md 2023-08-14 17:06:59 +08:00
hzg0601 8b18cf2a5e git rebase and pull 2023-08-14 16:48:35 +08:00
liunux4odoo 0704eabe23 fix chat and knowledge_base_chat 2023-08-14 16:46:26 +08:00
hzg0601 90c92f8c93 解决多卡启动问题 2023-08-14 16:43:01 +08:00
liunux4odoo cc08e2cb96 update api and webui:
1. add download_doc to api
2. return local path or http url in kowledge_base_chat depends on
   no_remote_api
3. change assistant avater in webui
2023-08-14 11:46:36 +08:00