liunux4odoo
1f3a32ebaf
fix Yi-34b model config error( close #2491 ) ( #2492 )
2023-12-28 07:57:25 +08:00
imClumsyPanda
4e69033d33
Update README.md
2023-12-21 22:19:41 +08:00
imClumsyPanda
778d2d906a
Add files via upload
2023-12-21 22:19:12 +08:00
Funkeke
c1a32d9f1a
fix:使用在线embedding模型时 报错 There is no current event loop in thread 'Any… ( #2393 )
...
* fix:使用在线embedding模型时 报错 There is no current event loop in thread 'AnyIO worker thread'
* 动态配置在线embbding模型
---------
Co-authored-by: fangkeke <3339698829@qq.com>
2023-12-20 08:40:53 +08:00
imClumsyPanda
bba4754994
Update README.md
2023-12-18 15:21:27 +08:00
imClumsyPanda
9fdeb475e9
Add files via upload
2023-12-18 15:20:58 +08:00
jaluik
e7410e40df
fix: 文档错误 ( #2384 )
2023-12-14 16:32:05 +08:00
imClumsyPanda
1cbad32b6e
Update README.md
2023-12-13 18:56:43 +08:00
imClumsyPanda
f45d6ab49c
Add files via upload
2023-12-13 18:56:20 +08:00
liunux4odoo
2604c9e761
fix: prompt template name error in file_chat ( #2366 )
2023-12-12 21:12:33 +08:00
imClumsyPanda
fdd6eb5f6d
Update README.md
2023-12-07 16:07:24 +08:00
imClumsyPanda
bcbeb9d8ac
Add files via upload
2023-12-07 16:07:00 +08:00
imClumsyPanda
6547005073
Update README.md
2023-12-04 22:43:20 +08:00
imClumsyPanda
5fe933fa44
Add files via upload
2023-12-04 22:42:49 +08:00
Ean Yang
cf65f44eb6
更新默认模型下载链接 ( #2259 )
2023-12-03 11:59:48 +08:00
zR
023cb22da7
修改 duckduckgo 依赖错误 ( #2252 )
2023-12-02 12:30:07 +08:00
Zhi-guo Huang
2d0615aede
Merge pull request #2251 from chatchat-space/hzg0601-patch-1
...
Update duckduckgo version
2023-12-02 12:25:24 +08:00
Zhi-guo Huang
643cc6c5be
Update duckduckgo version
2023-12-02 12:25:12 +08:00
imClumsyPanda
6558647b65
update version
2023-12-01 21:55:35 +08:00
imClumsyPanda
f9348326f5
update config template
2023-12-01 21:54:11 +08:00
liunux4odoo
4fa28c71b1
修复:chat 接口默认使用 memory获取10条历史消息,导致最终拼接的prompt出错 ( #2247 )
...
修改后默认使用用户传入的history,只有同时传入conversation_id和history_len时才从数据库读取历史消息
使用memory还有一个问题,对话角色是固定的,不能适配不同的模型。
其它:注释一些无用的 print
2023-12-01 11:35:43 +08:00
zR
0cc1be224d
依赖升级 ( #2246 )
...
大量依赖升级到最新版
测试环境:Ubuntu 22.04 LTS kernel 6.6.3 Python 3.10.12,Cuda12.3 update1
2023-12-01 11:34:41 +08:00
imClumsyPanda
60f8e1d55e
update aggrid pagination
2023-11-30 23:40:03 +08:00
imClumsyPanda
c34b4136c0
update file format
2023-11-30 23:33:48 +08:00
imClumsyPanda
f2d917d1e4
update config templates
2023-11-30 23:26:15 +08:00
imClumsyPanda
89b07ba55d
update config templates
2023-11-30 23:20:39 +08:00
imClumsyPanda
072e0a2a32
update reqs and server/utils
2023-11-30 22:23:15 +08:00
imClumsyPanda
7e99cc12b3
update reqs
2023-11-30 21:54:09 +08:00
imClumsyPanda
d55f53d8c0
update README.md
2023-11-30 21:50:50 +08:00
imClumsyPanda
120dc50004
update README.md
2023-11-30 21:44:51 +08:00
zty
5ac77e5089
修复: MiniMax和千帆在线embedding模型分批请求的bug ( #2208 )
...
* 修复: MiniMax和千帆在线embedding模型分批请求的bug
* 修改了一处typo
2023-11-30 17:28:22 +08:00
zR
8b70b1db7e
一些细节更新 ( #2235 )
...
* 更新Langchain依赖到0.0.342以上版本
* 更改了一些提示词和依赖,修改了openai异常的问题
* 注释data的打印日志
* 增加Qwen新模型的支持
2023-11-30 17:25:48 +08:00
zR
40918c21de
bug修复和提示词修改 ( #2230 )
...
* 更新Langchain依赖到0.0.343以上版本
* 更改了一些提示词和依赖,修改了openai异常的问题
* 注释data的打印日志
2023-11-30 12:09:53 +08:00
imClumsyPanda
0ca6f40c45
Update README.md
2023-11-30 11:58:04 +08:00
liunux4odoo
c4fe3393b3
添加自定义命令: ( #2229 )
...
/new [conv_name] 新建会话
/del [conv_name] 删除会话
/clear [conv_name] 清空会话
/help 命令帮助
新增依赖:streamlit-modal
2023-11-30 11:39:41 +08:00
imClumsyPanda
7487af3bad
Add files via upload
2023-11-30 11:04:14 +08:00
zR
c4bf8c48ec
0.2.7版本依赖更新,Langchain在0.0.340下才能使用 ( #2213 )
2023-11-29 15:15:03 +08:00
zR
b7a50daa0f
更新Langchain依赖到0.0.342以上版本 ( #2212 )
2023-11-29 15:08:13 +08:00
liunux4odoo
509dee0425
fix: empty docs error in KnowledgeFile
2023-11-29 11:33:43 +08:00
liunux4odoo
7d580d9a47
修复:*_chat 接口中重设 max_tokens 时导致 `local variable 'max_tokens' referenced before assignment` 错误
2023-11-28 21:00:00 +08:00
imClumsyPanda
6076ab1198
Update README.md
2023-11-27 11:59:35 +08:00
imClumsyPanda
02c33e6ce9
Add files via upload
2023-11-27 11:58:57 +08:00
liunux4odoo
8b695dba03
*_chat 接口中,当 max_tokens=0时,将其设为 None,避免 swagger ui 中默认值为0时访问出错
2023-11-26 16:47:58 +08:00
glide-the
75a2cba078
Merge pull request #2176 from glide-the/dev_command_summary
...
单个知识库根据doc_ids摘要
2023-11-25 23:32:19 +08:00
glide-the
279ffdf117
单个知识库根据doc_ids摘要
2023-11-25 23:31:13 +08:00
glide-the
33374bd9f2
Merge pull request #2175 from glide-the/dev_command_summary
...
提供文档summary_chunk ,支持单文件总结业务实现 使用 MapReduceDocumentsChain 生成摘要
2023-11-25 22:32:13 +08:00
glide-the
248db46187
Merge branch 'dev_summary' into dev_command_summary
...
实现summary_chunk 文档分段总结业务实现
使用 MapReduceDocumentsChain 生成摘要
# Conflicts:
# server/api.py
# server/knowledge_base/kb_doc_api.py
# server/knowledge_base/kb_service/base.py
# server/knowledge_base/migrate.py
2023-11-25 22:30:41 +08:00
glide-the
f57837c07a
Merge branch 'dev_summary' into dev_tmp
...
# Conflicts:
# server/api.py
# server/knowledge_base/kb_doc_api.py
# server/knowledge_base/kb_service/base.py
# server/knowledge_base/migrate.py
2023-11-25 21:02:46 +08:00
hzg0601
08530edb3d
add some comment
2023-11-25 19:56:36 +08:00
Zhi-guo Huang
92dcb11b26
Merge pull request #2173 from chatchat-space/hzg0601-patch-4
...
Update startup.py
2023-11-25 19:45:13 +08:00