v0.2.3
版本发布时间: 2023-09-05 13:49:43
chatchat-space/Langchain-Chatchat最新发布版本:v0.3.1(2024-07-12 23:23:05)
重要提示
Langchain-Chatchat v0.2.3 版本中修改了 configs/server_config.py.example 和 configs/model_config.py.example 中配置项,建议所有用户按照 README.md 的 开发部署 章节中 3. 设置配置项 中的相关描述重新完成项目中的配置文件生成。
此外,v0.2.3 版本中知识库相关信息的数据库表发生了变化,需重建知识库。
新增功能
- 添加切换 LLM 模型功能 by @liunux4odoo in https://github.com/chatchat-space/Langchain-Chatchat/pull/1342
- 支持智谱AI在线模型 by @liunux4odoo in https://github.com/chatchat-space/Langchain-Chatchat/pull/1342
- 增加 RapidOCRPDFLoader 和 RapidOCRLoader 支持 pdf 文件与 jpg 等图片文件的 OCR 识别 by @imClumsyPanda in https://github.com/chatchat-space/Langchain-Chatchat/pull/1275
- 优化 csv 文件读取逻辑,每行数据作为一个段落,对单行信息不再进行分段 by @imClumsyPanda
- 运行 startup.py 时,如果不加参数直接显示配置和帮助信息后退出 by @liunux4odoo in https://github.com/chatchat-space/Langchain-Chatchat/pull/1284
- startup.py增加参数-q | quiet,可以过滤fastchat的controller/model_worker不必要的日志输出 by @liunux4odoo in https://github.com/chatchat-space/Langchain-Chatchat/pull/1333
- 增加数据库字段,重建知识库使用多线程 by @liunux4odoo in https://github.com/chatchat-space/Langchain-Chatchat/pull/1280
- 优化知识数据库存储内容,支持按文件名、元数据检索向量库(当前仅支持FAISS,milvus/pg待实现) by @liunux4odoo in https://github.com/chatchat-space/Langchain-Chatchat/pull/1341
- 更新 readme.md 一键启动说明的顺序,并在一键启动中增加多卡启动的说明,以及增加多卡启动gpus参数不生效的说明 by @hzg0601 in https://github.com/chatchat-space/Langchain-Chatchat/pull/1361
- 更新 INSTALL.md by @zzflybird in https://github.com/chatchat-space/Langchain-Chatchat/pull/1250
- 优化 configs 减少代码依赖 by @liunux4odoo @imClumsyPanda in https://github.com/chatchat-space/Langchain-Chatchat/pull/1328 https://github.com/chatchat-space/Langchain-Chatchat/pull/1293
- 优化 LLM 和 Embedding 模型运行设备配置,默认设置为 "auto" 自动检测 by @liunux4odoo in https://github.com/chatchat-space/Langchain-Chatchat/pull/1330
- webui自动从configs获取api地址(close #1319) by @liunux4odoo in https://github.com/chatchat-space/Langchain-Chatchat/pull/1328
问题修复
- 修复 json 和 pdf 文档向量化失败 by @liunux4odoo in https://github.com/chatchat-space/Langchain-Chatchat/pull/1252
- 修复重建知识库界面无反应的问题,添加一些log信息 by @liunux4odoo in https://github.com/chatchat-space/Langchain-Chatchat/pull/1258
- 修复使用chatgpt等在线API服务时模型加载错误 by @liunux4odoo in https://github.com/chatchat-space/Langchain-Chatchat/pull/1271
- 改正文本错误 by @miraged3 in https://github.com/chatchat-space/Langchain-Chatchat/pull/1296
- 修复重建知识库时FAISS未保存 by @liunux4odoo in https://github.com/chatchat-space/Langchain-Chatchat/pull/1330
New Contributors
- @zzflybird made their first contribution in https://github.com/chatchat-space/Langchain-Chatchat/pull/1250
- @miraged3 made their first contribution in https://github.com/chatchat-space/Langchain-Chatchat/pull/1296
Full Changelog: https://github.com/chatchat-space/Langchain-Chatchat/compare/v0.2.2...v0.2.3