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