Commit Graph

1292 Commits

Author SHA1 Message Date
hzg0601 6f039cfdeb update server.model_workers.base.py/zhipu.py: 支持zhipuapi的stream 流式输出 2023-09-05 23:13:42 +08:00
imClumsyPanda 0ea18314f2 fix unit test name 2023-09-05 21:08:02 +08:00
glide-the 082f429809
Merge pull request #1382 from glide-the/dev
增加构建文档metadata检索的开关,移动到dev_metadata_search
2023-09-05 21:02:18 +08:00
imClumsyPanda 5f533570a1 Merge branch 'pre-release' into dev 2023-09-05 21:01:45 +08:00
imClumsyPanda 6702f39db1 update knowledge_base page 2023-09-05 21:01:40 +08:00
imClumsyPanda afd02317bd Merge branch 'master' into pre-release 2023-09-05 21:00:58 +08:00
imClumsyPanda 629e0278d5 update knowledge_base page 2023-09-05 21:00:35 +08:00
glide-the 1027ab6c06 增加构建文档metadata检索的开关,移动到dev_metadata_search 2023-09-05 20:59:57 +08:00
glide-the b9ce09cbab
Merge pull request #1380 from glide-the/dev
增加构建文档metadata检索的开关
2023-09-05 18:36:42 +08:00
glide-the 491c9605d9 增加构建文档metadata检索的开关 2023-09-05 18:35:11 +08:00
imClumsyPanda c26d66772a Merge branch 'pre-release' into dev 2023-09-05 18:19:21 +08:00
imClumsyPanda e23e27a9f2 update autodl version 2023-09-05 18:19:13 +08:00
imClumsyPanda 74cca5eb0e add support for shibing624/text2vec-bge-large-chinese 2023-09-05 18:19:13 +08:00
imClumsyPanda fdfbf31318 fix streamlit-aggrid showing "For Trial Use Only" 2023-09-05 18:19:13 +08:00
imClumsyPanda 33cbfb72b4 Merge branch 'master' into pre-release 2023-09-05 18:17:31 +08:00
imClumsyPanda 75f1e84b1f update autodl version 2023-09-05 18:15:43 +08:00
imClumsyPanda 780c1457d0 add support for shibing624/text2vec-bge-large-chinese 2023-09-05 18:04:21 +08:00
imClumsyPanda c24e00a386 fix streamlit-aggrid showing "For Trial Use Only" 2023-09-05 17:30:58 +08:00
glide-the 0b60a25f2a 知识库默认存储路径 默认自动创建 2023-09-05 17:27:43 +08:00
imClumsyPanda 3a706907ff Merge branch 'pre-release' into dev 2023-09-05 14:50:06 +08:00
imClumsyPanda 30c00ffac6 Merge branch 'master' into pre-release 2023-09-05 14:47:28 +08:00
imClumsyPanda 9da7313e7e update requirements.txt 2023-09-05 14:46:26 +08:00
imClumsyPanda 220b1bd9ae update requirements.txt 2023-09-05 13:41:08 +08:00
liunux4odoo 3e87530478 使zhipuai变为非必要依赖(close #1369) 2023-09-05 12:43:51 +08:00
liunux4odoo 464ccc6d53 Update migrate.py (#1371)
fix bug at line 85 : for kb_file in kb_file
2023-09-05 11:52:22 +08:00
TongTie 98e4fbaaa3 docs: Correcting a spelling mistake in README (#1367)
Co-authored-by: tongtie <tongtie@gmail.com>
2023-09-05 11:52:22 +08:00
liunux4odoo 015ce57691
Update migrate.py (#1371)
fix bug at line 85 : for kb_file in kb_file
2023-09-05 11:47:25 +08:00
TongTie 53d3fbc335
docs: Correcting a spelling mistake in README (#1367)
Co-authored-by: tongtie <tongtie@gmail.com>
2023-09-05 11:10:14 +08:00
imClumsyPanda 8ea75417ec update VERSION 2023-09-05 10:20:59 +08:00
imClumsyPanda d1b4dea2ca update VERSION 2023-09-05 10:19:14 +08:00
imClumsyPanda 44262da4e5 Merge branch 'dev' into pre-release 2023-09-05 10:02:37 +08:00
imClumsyPanda 3a7c1f2744 Merge branch 'master' into dev 2023-09-05 09:57:02 +08:00
imClumsyPanda 62aa17b9a4 clean up qr_code 2023-09-05 09:56:51 +08:00
liunux4odoo 053ebb82bf update startup.py:
1. controller改为自动等待
2. 修复:分部分启动时进程引用错误
2023-09-05 09:55:13 +08:00
imClumsyPanda 2275b1d84a fix place_holder mistake 2023-09-05 09:53:58 +08:00
imClumsyPanda 15619a1270 update model_config.py.example 2023-09-05 08:59:06 +08:00
glide-the 35f2c04535 启动进程放入 try catch 保证任务收到SIGINT后,能够正常退出 2023-09-04 23:03:56 +08:00
glide-the aa4a5ad224 CTRL-C exit with Python multiprocessing 2023-09-04 22:46:46 +08:00
liunux4odoo 93b133f9ac 将KnowledgeFile的file2text拆分成file2docs、docs2texts和file2text三个部分,在保持接口不变的情况下,实现:
1、支持chunk_size和chunk_overlap参数
2、支持自定义text_splitter
3、支持自定义docs
修复:csv文件不使用text_splitter
2023-09-04 21:00:16 +08:00
Zhi-guo Huang df23349584
Merge pull request #1361 from hzg0601/dev
update readme.md:1. 更改一键启动说明的顺序;2. 在一键启动中增加多卡启动的说明;3. 增加多卡启动gpus参数不生效的说明
2023-09-04 19:27:44 +08:00
hzg0601 8dce5f7e7c update readme.md:增加多卡启动gpus参数不生效的说明 2023-09-04 19:26:35 +08:00
hzg0601 b82ef5dcea update readme.md:1. 更改一键启动说明的顺序;2. 在一键启动中增加多卡启动的说明 2023-09-04 19:25:57 +08:00
zqt e21ca447af milvus/pg kb_service需要实现get_doc_by_id方法 2023-09-04 16:40:05 +08:00
liunux4odoo 8475a5dfd3
Merge branch 'chatchat-space:dev' into dev 2023-09-04 14:44:55 +08:00
imClumsyPanda 38e7c8299c
Update README.md 2023-09-04 10:29:30 +08:00
imClumsyPanda 857e689b8c
Add files via upload 2023-09-04 10:28:50 +08:00
liunux4odoo 0bc9d5c8ee
Merge branch 'dev' into opt_add_doc 2023-09-03 21:38:45 +08:00
imClumsyPanda 27e9ac57cf Merge branch 'master' into dev 2023-09-03 16:23:57 +08:00
imClumsyPanda e2354c215b clean up qr_code 2023-09-03 16:23:37 +08:00
imClumsyPanda a9035205ff Merge branch 'master' into dev 2023-09-03 16:22:08 +08:00