Skip to content

Langchain-Chatchat v0.2.4

Compare
Choose a tag to compare
@imClumsyPanda imClumsyPanda released this 15 Sep 08:47
· 553 commits to master since this release

重要提示

Langchain-Chatchat v0.2.4 版本中修改了 configs/server_config.py.example 和 configs/model_config.py.example 中配置项,建议所有用户按照 README.md 的 开发部署 章节中 3. 设置配置项 中的相关描述重新完成项目中的配置文件生成。

此外,v0.2.4 版本中知识库相关信息的数据库表发生了变化,需重建知识库

本次更新中依赖 python 包与其版本发生了更新,请使用 pip install -r requirements.txt 进行更新。

新增功能

问题修复

  • 修复切换模型可能不成功的 bug by @liunux4odoo
  • 修复 RapidOCRPdfLoader 加载 pdf 文件可能发生灰度图识别错误的 bug @imClumsyPanda
  • 修复 chat 接口报错时信息显示 KeyError: 'answer' 的 Bug by @lightedcode in #1399
  • 优化知识库问答与搜索引擎问答的 API 接口,避免 docs 重复返回(close #1431) by @liunux4odoo in #1435
  • 由于 server.utils 导入 model_workers 时,导入 fastchat model_worker,导致 startup 启动延迟明显 by @liunux4odoo in #1436
  • 修复 milvus_kb_service 中一些 bug,添加文档后将数据同步到数据库 by @liunux4odoo in #1452
  • 修复 langchain.Milvus bug(#10492) by @liunux4odoo in #1454
  • 修改智谱 API 默认名称 by @liunux4odoo in #1484

New Contributors

Full Changelog: v0.2.3...v0.2.4