hzg0601
|
129c765a74
|
新增特性:reranker对向量召回文本进行重排
|
2023-12-21 19:05:11 +08:00 |
hzg0601
|
5891f94c88
|
temporarily add reranker
|
2023-12-21 16:05:16 +08:00 |
Zhi-guo Huang
|
60510ff2f0
|
Update model_config.py.example
|
2023-12-20 13:33:00 +08:00 |
liunux4odoo
|
fdea406101
|
update requirements: 统一各文件依赖顺序,便于比对;移出streamlit-antd-components; jq默认安装
|
2023-12-19 15:59:41 +08:00 |
huangzhiguo
|
a870076051
|
在model_config.py.example中增加qwen量化模型启动的说明
|
2023-12-15 14:23:34 +08:00 |
Astlvk
|
7e01e82470
|
fixed 迭代器参数传递错误,知识库问答报错TypeError: unhashable type: 'list' (#2383)
Co-authored-by: liunux4odoo <41217877+liunux4odoo@users.noreply.github.com>
|
2023-12-15 07:54:36 +08:00 |
xldistance
|
7e8391eb55
|
修复knowledge_base_chat_iterator传参错误 (#2386)
|
2023-12-15 07:53:36 +08:00 |
xldistance
|
332e1ccfaa
|
更新self.dims_length赋值错误 (#2380)
|
2023-12-14 19:56:39 +08:00 |
lookou
|
9c5b81cb2b
|
优化EventSource回包 (#1200)
通过 sse_startllete 支持 JS 前端 SSE 协议 (Close #2333)
Co-authored-by: liunux4odoo <41217877+liunux4odoo@users.noreply.github.com>
|
2023-12-13 17:02:27 +08:00 |
liunux4odoo
|
472a97a616
|
所有 chat 接口都改为 EventSourceResponse;ApiRequest 作对应修改
|
2023-12-13 16:53:24 +08:00 |
liunux4odoo
|
c8fef3380c
|
merge from dev
|
2023-12-13 16:52:40 +08:00 |
hzg0601
|
db008c1af8
|
为milvus增加额外索引与搜索配置
|
2023-12-13 15:52:11 +08:00 |
hzg0601
|
95c09981a6
|
给出chatglm3-6b输出角色标签<|user|>等及自问自答的解决方案
|
2023-12-11 11:22:39 +08:00 |
hzg0601
|
db1c1e2ee4
|
解决多次调用es创建索引失败的问题
|
2023-12-11 10:39:59 +08:00 |
liunux4odoo
|
2e9319846e
|
support .xls files
|
2023-12-08 15:04:08 +08:00 |
liunux4odoo
|
7b70776810
|
fix: doc ext name error in LOADER_DICT
|
2023-12-08 13:59:55 +08:00 |
hzg0601
|
ad0b133ac8
|
解决faiss相似度阈值不在0-1之间的问题
|
2023-12-06 21:57:59 +08:00 |
hzg0601
|
4c2fda7200
|
Merge branch 'dev' of https://github.com/chatchat-space/Langchain-Chatchat into dev
|
2023-12-06 20:42:32 +08:00 |
hzg0601
|
d1f94c2846
|
temporarily add reranker
|
2023-12-06 20:42:27 +08:00 |
hzg0601
|
1fac51fe35
|
temporarily save faiss_cache
|
2023-12-06 09:45:56 +00:00 |
liunux4odoo
|
67b7c99d03
|
ocr 支持 GPU 加速(需要手动安装 rapidocr_paddle[gpu]);知识库支持 MHTML 和 Evernote 文件。 (#2265)
在 requirements 和 Wiki 中增加对可选文档加载器 SDK 的说明 ( close #2264 )
|
2023-12-04 09:39:56 +08:00 |
liunux4odoo
|
7d2de47bcf
|
文件对话和知识库对话 API 接口实现全异步操作,防止阻塞 (#2256)
* EmbeddingFunAdapter 支持异步操作;文件对话和知识库对话 API 接口实现全异步操作,防止阻塞
* 修复: 使 list_files_from_folder 返回相对路径
|
2023-12-02 19:22:44 +08:00 |
zR
|
dcb76984bc
|
修复Azure 不设置Max token的bug (#2254)
|
2023-12-02 16:50:56 +08:00 |
liunux4odoo
|
12113be6ec
|
在startup中自动执行 create_tables, 确保数据库表被创建
|
2023-12-02 10:52:29 +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 |