imClumsyPanda
|
51c43122cb
|
Add files via upload
|
2023-11-16 10:20:18 +08:00 |
liunux4odoo
|
fbe214471b
|
知识库支持 .jsonl, .epub, .xlsx, .xlsd, .ipynb, .odt, .py, .srt, .toml, .doc, .ppt 文件 (#2079)
* 知识库支持行式 json 文件
如果要使用 json 文件, 需要 `conda install jq`(windows 下 pip install jq 会失败)
开发者:
删除 CustomJsonLoader,使用 langchain 自带的 JsonLoader 处理 json 文件,添加 JsonLinesLoader 处理 jsonl 文件。
* 知识库支持 .epub, .xlsx, .xlsd, .ipynb, .odt, .py, .srt, .toml, .doc, .ppt 文件
为 .eml, .msg, .rst, .rtf, .tsv, .docx, .xml, .pptx 指定专用加载器
|
2023-11-16 09:37:09 +08:00 |
liunux4odoo
|
3b3d948d27
|
添加文件对话模式 (#2071)
开发者:
- 添加 /chat/file_chat, /knowledge_base/upload_temp_docs API 接口
- 添加 CACHED_MEMO_VS_NUM, BASE_TEMP_DIR 配置项
|
2023-11-16 07:39:27 +08:00 |
liunux4odoo
|
2adfa4277c
|
在webui模型列表中包括:非model worker启动的在线模型(如openai-api);已经下载的本地模型 (#2060)
|
2023-11-14 21:17:32 +08:00 |
wvivi2023
|
a59767711b
|
enhance
split by 1.2 first then split by 1.23
|
2023-11-14 18:10:41 +08:00 |
zR
|
21b079d751
|
GLM3支持传入提示词 (#2058)
支持传入提示词的Agent ChatGLM3-6B
|
2023-11-14 17:45:22 +08:00 |
Hans
|
c094b5f91c
|
删除多余文字 (#2049)
|
2023-11-14 10:30:12 +08:00 |
liunux4odoo
|
e78a804ec6
|
close #2044: duplicated mount_knowledge_base_routes in server/api.py
|
2023-11-13 20:30:32 +08:00 |
zR
|
94d4304638
|
更新了chatglm3 6b agent的文档,提示词 (#2041)
更新了chatglm3 6b agent的文档,提示词
修复代理no_proxy格式问题 #1838 的问题,感谢多次复现和验证
修改了pg清理知识库后还会引用之前知识库的问题
|
2023-11-13 16:30:09 +08:00 |
Jack
|
4e8e6de7ff
|
Update README.md (#2034)
|
2023-11-13 14:27:27 +08:00 |
liunux4odoo
|
861510a92b
|
Update requirements: change comments to english (#2033)
* Update requirements: change comments to english
|
2023-11-13 14:03:41 +08:00 |
wvivi2023
|
60a12c05f6
|
0.2.6 enhance
0.2.6 enhance
|
2023-11-13 09:20:19 +08:00 |
imClumsyPanda
|
e4ffa2f93b
|
update README.md
|
2023-11-13 07:33:02 +08:00 |
imClumsyPanda
|
f06a819ba6
|
Merge remote-tracking branch 'origin/master'
|
2023-11-13 07:13:43 +08:00 |
imClumsyPanda
|
b6e366d93a
|
update README.md
|
2023-11-13 07:13:28 +08:00 |
zR
|
91ff0574df
|
支持ChatGLM3-6B (#2021)
* 更新依赖和配置文件中的Agent模型
* 支持基础的glm3_agent
|
2023-11-12 16:45:50 +08:00 |
imClumsyPanda
|
068cb5df9c
|
Update README.md
|
2023-11-12 13:21:46 +08:00 |
imClumsyPanda
|
33c462a281
|
Add files via upload
|
2023-11-12 13:20:39 +08:00 |
imClumsyPanda
|
72a1f5dcb3
|
update README.md
|
2023-11-10 19:59:31 +08:00 |
imClumsyPanda
|
4fca531d97
|
update README.md
|
2023-11-10 19:58:24 +08:00 |
imClumsyPanda
|
89be31c66c
|
update version
|
2023-11-10 19:45:32 +08:00 |
imClumsyPanda
|
3462d06759
|
update model_config.py.example
|
2023-11-10 19:40:55 +08:00 |
imClumsyPanda
|
5e9acfd633
|
update model_config.py.example
|
2023-11-10 16:35:42 +08:00 |
imClumsyPanda
|
9a741fd14d
|
update model_config.py.example
|
2023-11-10 16:34:13 +08:00 |
imClumsyPanda
|
3e20e47328
|
Merge branch 'dev' of https://github.com/chatchat-space/Langchain-Chatchat into dev
|
2023-11-10 16:32:21 +08:00 |
Zhi-guo Huang
|
a8f4e7603e
|
Merge pull request #2011 from hzg0601/dev
1. 增加ES支持;2. 修复了若干typo bug
|
2023-11-10 16:30:18 +08:00 |
hzg0601
|
c1440c2609
|
增加ElasticSearch支持
|
2023-11-10 16:04:41 +08:00 |
liunux4odoo
|
63111a5c87
|
supdate model_config
|
2023-11-10 11:46:41 +08:00 |
liunux4odoo
|
261b4899c1
|
supdate model_config
|
2023-11-10 11:44:40 +08:00 |
liunux4odoo
|
b51ba11f45
|
支持通过配置项同时启动多个模型,将Wiki纳入samples知识库 (#2002)
新功能:
- 将 LLM_MODEL 配置项改为 LLM_MODELS 列表,同时启动多个模型
- 将 wiki 纳入 samples 知识库
依赖变化:
- 指定 streamlit~=1.27.0。1.26.0会报rerun错误,1.28.0会有无限刷新错误
修复优化:
- 优化 get_default_llm_model 逻辑
- 适配 Qwen 在线 API 做 Embeddings 时最大 25 行的限制
- 列出知识库磁盘文件时跳过 . 开头的文件
|
2023-11-09 22:15:52 +08:00 |
WilliamChen-luckbob
|
ce1001a043
|
bugfix:dev分支创建知识库必然失败的bug修复 (#1980)
* bugfix:dev分支创建知识库必然失败的bug修复
* 统一 KBServiceFactory.get_service_by_name 的逻辑,数据库中不存在知识库时返回 None
---------
Co-authored-by: liunux4odoo <liunux@qq.com>
|
2023-11-09 17:45:21 +08:00 |
imClumsyPanda
|
9588bcfa94
|
Merge branch 'master' into dev
|
2023-11-09 09:41:26 +08:00 |
imClumsyPanda
|
35164b5196
|
delete outdated qrcode
|
2023-11-09 09:41:06 +08:00 |
liunux4odoo
|
d0d688d4b0
|
修复:重建知识库时自动创建库表
|
2023-11-07 21:00:45 +08:00 |
imClumsyPanda
|
ccf277c96f
|
delete outdated qrcode
|
2023-11-07 16:32:44 +08:00 |
imClumsyPanda
|
0e8700edb9
|
Merge branch 'master' into dev
|
2023-11-07 16:31:45 +08:00 |
imClumsyPanda
|
349adbdfa7
|
Add files via upload
|
2023-11-07 16:05:26 +08:00 |
imClumsyPanda
|
da1dbf9763
|
Update README.md
|
2023-11-07 16:05:03 +08:00 |
wvivi2023
|
4cdd2a5e79
|
enhance search similarity
enhance search similarity
|
2023-11-07 14:30:01 +08:00 |
zR
|
3952fbd464
|
更新依赖和配置文件中的Agent模型 (#1984)
|
2023-11-07 13:52:47 +08:00 |
imClumsyPanda
|
e233e4f220
|
reformat server/knowledge_base/migrate.py
|
2023-11-06 22:49:35 +08:00 |
imClumsyPanda
|
fb32c31a70
|
reformat kb_doc_api.py
|
2023-11-06 22:44:50 +08:00 |
imClumsyPanda
|
fe73ceab15
|
Merge branch 'master' into dev
|
2023-11-06 22:38:52 +08:00 |
imClumsyPanda
|
051a2e97dc
|
add support for Zhipu-api "chatglm-turbo"
|
2023-11-06 22:38:05 +08:00 |
imClumsyPanda
|
f4f7845f93
|
reformat startup.py
|
2023-11-06 22:31:09 +08:00 |
imClumsyPanda
|
ce9160fbfa
|
update requirements.txt
|
2023-11-06 22:11:55 +08:00 |
imClumsyPanda
|
ed2122a8f6
|
fix bug in basic_config.py.example
|
2023-11-06 21:49:05 +08:00 |
wvivi2023
|
526c4b52a8
|
search related doc title before similarity search
search related doc title before similarity search
|
2023-11-06 08:57:58 +08:00 |
imClumsyPanda
|
a938b67163
|
reformat config files
|
2023-11-05 11:17:09 +08:00 |
imClumsyPanda
|
5e0476925b
|
reformat copy_config_example.py
|
2023-11-05 11:08:55 +08:00 |