v0.1.6
版本发布时间: 2023-04-26 23:37:02
chatchat-space/Langchain-Chatchat最新发布版本:v0.3.1(2024-07-12 23:23:05)
What's Changed
1. 新增功能
- 增加命令行 Demo 与 Web UI 中的流式输出
- 完善 Web UI 运行时报错信息在命令行工具中的显示
- 使用 langchain v0.0.146 中对 embedding 运行设备的定义,提升对 langchain 最低版本的要求
- configs/model_config.py 中新增对默认 PROMPT_TEMPLATE 的设置
- 增加 requirements.txt 中对 accelerate 和 pycocotools 的要求 by @EtachGu in https://github.com/imClumsyPanda/langchain-ChatGLM/pull/158
2. 问题修复
- 修复 .md 文件加载过程中可能发生表格不在同一 text chunk 中的问题
- configs/model_config.py 中相对路径修改为绝对路径,避免可能因此造成的无法找到路径等报错
New Contributors
- @EtachGu made their first contribution in https://github.com/imClumsyPanda/langchain-ChatGLM/pull/158
Full Changelog: https://github.com/imClumsyPanda/langchain-ChatGLM/compare/v0.1.5...v0.1.6