v0.1.17
版本发布时间: 2023-08-10 22:06:01
chatchat-space/Langchain-Chatchat最新发布版本:v0.3.1(2024-07-12 23:23:05)
重要提示
本版本为 langchain-ChatGLM v0.1.x 最后一个版本,接下来开发团队将全部精力投入到 v0.2.0 版本的开发,新版本将尽快完成上线。
变更信息
- Update MyFAISS.py by @foxmoon in https://github.com/chatchat-space/langchain-ChatGLM/pull/648
- 解决vue前端镜像构建失败的问题 by @hzhaoy in https://github.com/chatchat-space/langchain-ChatGLM/pull/636
- fix:前端知识库获取失败. 修改获取及删除接口至knowledge_base by @1729457433 in https://github.com/chatchat-space/langchain-ChatGLM/pull/653
- Revert 653 dev 1 by @fxjhello in https://github.com/chatchat-space/langchain-ChatGLM/pull/657
- 标题增强 by @kiddog99 in https://github.com/chatchat-space/langchain-ChatGLM/pull/631
- 整理了下issue的问题,方便新手入门 by @fengyunzaidushi in https://github.com/chatchat-space/langchain-ChatGLM/pull/669
- Fix #675: 解决因vue前端代码有误导致镜像构建失败的问题 by @hzhaoy in https://github.com/chatchat-space/langchain-ChatGLM/pull/679
- 前端知识库相关接口报错修复 by @sivdead in https://github.com/chatchat-space/langchain-ChatGLM/pull/651
- Dev streaming oom by @allseeeeeee in https://github.com/chatchat-space/langchain-ChatGLM/pull/722
- 向Readme添加Docker整合包描述 by @inksong in https://github.com/chatchat-space/langchain-ChatGLM/pull/746
- fix 2 bugs on streamlit demo by @neverless00 in https://github.com/chatchat-space/langchain-ChatGLM/pull/719
- Add device_map config to support chatglm2-6b by @Jingsong-Yan in https://github.com/chatchat-space/langchain-ChatGLM/pull/734
- 修复api接口websocket的伪流式输出 by @zzxs in https://github.com/chatchat-space/langchain-ChatGLM/pull/628
-
- 修改stream_chat的接口,在请求体中选择knowledge_base_id;2. 增加stream_chat_bing接口;3. 增加了调用流式接口的方法说明;4. 优化cli_demo.py的逻辑:支持 输入提示;多输入;重新输入 by @hzg0601 in https://github.com/chatchat-space/langchain-ChatGLM/pull/630
- Update model_config.py by @stc2001 in https://github.com/chatchat-space/langchain-ChatGLM/pull/768
- 添加启动API的参数,支持https、wss方式API调用 by @zfanswer in https://github.com/chatchat-space/langchain-ChatGLM/pull/728
- 解决 image_loader.py 运行时报错“ModuleNotFoundError: No module named 'configs'”的问题。 by @ysyx2008 in https://github.com/chatchat-space/langchain-ChatGLM/pull/795
- fix:The knowledge base name cannot be empty. by @kztao in https://github.com/chatchat-space/langchain-ChatGLM/pull/793
- Update README.md, 0.1.16版本已经支持删除知识库中的文件 by @kztao in https://github.com/chatchat-space/langchain-ChatGLM/pull/792
- 1.增加对llama-cpp模型的支持;2.增加对bloom/chatyuan/baichuan模型的支持;3. 修复多GPU部署的bug;4. 修复了moss_llm.py的bug;5. 增加对openai支持(没有api,未测试);6. 支持在多卡情况自定义设备GPU by @hzg0601 in https://github.com/chatchat-space/langchain-ChatGLM/pull/664
- feat: fastapi 接口优化 by @NieLamu in https://github.com/chatchat-space/langchain-ChatGLM/pull/684
- 修改默认的多卡部署方案,基本保证针对新模型也不会失败 by @hzg0601 in https://github.com/chatchat-space/langchain-ChatGLM/pull/788
- 测试OPENAI接口成功 by @hzg0601 in https://github.com/chatchat-space/langchain-ChatGLM/pull/813
- 添加新支持的LLM(bloomz-7b1,bloom-3b,baichuan-7b,vicuna-13b-delta-1.1) by @kztao in https://github.com/chatchat-space/langchain-ChatGLM/pull/845
- fix Non-UTF-8 code starting with \xe5 by @kztao in https://github.com/chatchat-space/langchain-ChatGLM/pull/849
- 更新 streamlit ui by @liunux4odoo in https://github.com/chatchat-space/langchain-ChatGLM/pull/850
- Fix LocalDocQA object has no attribute llm when adding docs by @benjaminhuo in https://github.com/chatchat-space/langchain-ChatGLM/pull/852
- fix issue#580: 新建知识库出错 by @liunux4odoo in https://github.com/chatchat-space/langchain-ChatGLM/pull/880
- 在args.py中增加ptuning相关的参数 by @hzg0601 in https://github.com/chatchat-space/langchain-ChatGLM/pull/838
- 1 修复model_config.py的type;2 修改默认的LLM_model;3. 移除chatglm_llm.py的无用模块 by @bones-zhu in https://github.com/chatchat-space/langchain-ChatGLM/pull/904
- 解决加载ptuning检查点失败的问题 by @chinainfant in https://github.com/chatchat-space/langchain-ChatGLM/pull/905
- [Fix] INSTALL.md by @JimmyMa99 in https://github.com/chatchat-space/langchain-ChatGLM/pull/907
- 完善api.py,增加LLM对话和知识库对话的流式输出功能 by @margox in https://github.com/chatchat-space/langchain-ChatGLM/pull/659
- 安装教程conda create新增默认的/envs下面,而不只是只能要额外指定路径 用-p by @KennyNg-19 in https://github.com/chatchat-space/langchain-ChatGLM/pull/482
- support chatglm2cpp by @cylee0909 in https://github.com/chatchat-space/langchain-ChatGLM/pull/859
- Update FAQ.md by @YikunHan42 in https://github.com/chatchat-space/langchain-ChatGLM/pull/1006
- 添加语音模块 by @nanayashiki1215 in https://github.com/chatchat-space/langchain-ChatGLM/pull/1039
- Update MyFAISS.py by @chiquitita-101 in https://github.com/chatchat-space/langchain-ChatGLM/pull/1041
- Adding an implementaion for involving with accessing Baichuan-13B-Chat(接入baichuan-13b-chat逻辑) by @Vincent-ch99 in https://github.com/chatchat-space/langchain-ChatGLM/pull/1005
- 线性简单实现了:vecorstores/MyFAISS.py TODO: 增加是否属于同一文档的判断 by @Wu-Fisher in https://github.com/chatchat-space/langchain-ChatGLM/pull/945
New Contributors
- @foxmoon made their first contribution in https://github.com/chatchat-space/langchain-ChatGLM/pull/648
- @hzhaoy made their first contribution in https://github.com/chatchat-space/langchain-ChatGLM/pull/636
- @1729457433 made their first contribution in https://github.com/chatchat-space/langchain-ChatGLM/pull/653
- @fxjhello made their first contribution in https://github.com/chatchat-space/langchain-ChatGLM/pull/657
- @kiddog99 made their first contribution in https://github.com/chatchat-space/langchain-ChatGLM/pull/631
- @sivdead made their first contribution in https://github.com/chatchat-space/langchain-ChatGLM/pull/651
- @allseeeeeee made their first contribution in https://github.com/chatchat-space/langchain-ChatGLM/pull/722
- @inksong made their first contribution in https://github.com/chatchat-space/langchain-ChatGLM/pull/746
- @neverless00 made their first contribution in https://github.com/chatchat-space/langchain-ChatGLM/pull/719
- @Jingsong-Yan made their first contribution in https://github.com/chatchat-space/langchain-ChatGLM/pull/734
- @stc2001 made their first contribution in https://github.com/chatchat-space/langchain-ChatGLM/pull/768
- @zfanswer made their first contribution in https://github.com/chatchat-space/langchain-ChatGLM/pull/728
- @ysyx2008 made their first contribution in https://github.com/chatchat-space/langchain-ChatGLM/pull/795
- @kztao made their first contribution in https://github.com/chatchat-space/langchain-ChatGLM/pull/793
- @benjaminhuo made their first contribution in https://github.com/chatchat-space/langchain-ChatGLM/pull/852
- @bones-zhu made their first contribution in https://github.com/chatchat-space/langchain-ChatGLM/pull/904
- @chinainfant made their first contribution in https://github.com/chatchat-space/langchain-ChatGLM/pull/905
- @JimmyMa99 made their first contribution in https://github.com/chatchat-space/langchain-ChatGLM/pull/907
- @margox made their first contribution in https://github.com/chatchat-space/langchain-ChatGLM/pull/659
- @KennyNg-19 made their first contribution in https://github.com/chatchat-space/langchain-ChatGLM/pull/482
- @cylee0909 made their first contribution in https://github.com/chatchat-space/langchain-ChatGLM/pull/859
- @YikunHan42 made their first contribution in https://github.com/chatchat-space/langchain-ChatGLM/pull/1006
- @nanayashiki1215 made their first contribution in https://github.com/chatchat-space/langchain-ChatGLM/pull/1039
- @chiquitita-101 made their first contribution in https://github.com/chatchat-space/langchain-ChatGLM/pull/1041
- @Vincent-ch99 made their first contribution in https://github.com/chatchat-space/langchain-ChatGLM/pull/1005
- @Wu-Fisher made their first contribution in https://github.com/chatchat-space/langchain-ChatGLM/pull/945
Full Changelog: https://github.com/chatchat-space/langchain-ChatGLM/compare/v0.1.16...v0.1.17