wvivi2023
|
bf21b8f116
|
merge single line to the next content
|
2023-12-13 18:06:49 +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 |
wvivi2023
|
8c367eb460
|
add log
|
2023-12-13 09:51:59 +08:00 |
wvivi2023
|
9fa7a1fbbf
|
title enhancement and remove the logic of query scope
|
2023-12-13 09:51:17 +08:00 |
liunux4odoo
|
2604c9e761
|
fix: prompt template name error in file_chat (#2366)
|
2023-12-12 21:12:33 +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 |
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 |
wvivi2023
|
b1abafeb50
|
commit 0.2.6 config
|
2023-12-07 14:37: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 |
wvivi2023
|
c936f040e4
|
优化第一级目录分款
|
2023-12-05 16:51:45 +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 |
liunux4odoo
|
67b7c99d03
|
ocr 支持 GPU 加速(需要手动安装 rapidocr_paddle[gpu]);知识库支持 MHTML 和 Evernote 文件。 (#2265)
在 requirements 和 Wiki 中增加对可选文档加载器 SDK 的说明 ( close #2264 )
|
2023-12-04 09:39:56 +08:00 |
Ean Yang
|
cf65f44eb6
|
更新默认模型下载链接 (#2259)
|
2023-12-03 11:59:48 +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 |
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 |
liunux4odoo
|
12113be6ec
|
在startup中自动执行 create_tables, 确保数据库表被创建
|
2023-12-02 10:52:29 +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 |