Skip to content

Langchain-Chatchat v0.2.5

Compare
Choose a tag to compare
@liunux4odoo liunux4odoo released this 28 Sep 15:40
· 535 commits to master since this release
ba8d0f8

⚠ 重要提示

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

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

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

🛠 新增功能

🐞 问题修复

  • 修复ChatGPT api_base_url错误;用户可以在model_config在线模型配置中覆盖默认的api_base_url by @liunux4odoo in #1496
  • 修复csv文件上传知识库,编码报错导致解析失败的问题 by @peterz3g in #1508
  • 修复中文标题加强变量名和函数名重复 by @dividez in #1509
  • 修复webui中重建知识库以及对话界面UI错误 by @liunux4odoo in #1615
  • 修复FAISS向量库未正确保存的bug by @glide-the

New Contributors

Full Changelog: v0.2.4...v0.2.5