Langchain-chatchat

Latest version: v0.3.1.3

Safety actively analyzes 706259 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 6

0.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
* 1. 修改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 issue580: 新建知识库出错 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

0.1.17

重要提示

0.1.16

What's Changed
1. 新增功能
* 新增自定义 vectorstore 实现类 MyFAISS,增加对 FAISS 向量库中全部文件列表查询、指定文件对应向量删除、指定文件向量替换。
* 在 WebUI 和 API 中提供删除知识库、从知识库中删除指定文件的功能。

2. 问题修复
* 修复 pdf_loader 和 image_loader 进行测试时可能发生未找到 configs 的问题(感谢 you-can-change 在 https://github.com/imClumsyPanda/langchain-ChatGLM/issues/112#issuecomment-1579790229 中提出的解决方案)
* 修复知识库多次检索时,内容可能发生叠加的问题(感谢 jkmchinese 在 https://github.com/imClumsyPanda/langchain-ChatGLM/issues/613#issuecomment-1590460465 中提出的解决方案)
* 更新 README.md by Lix1993 in https://github.com/imClumsyPanda/langchain-ChatGLM/pull/608
* 修复[bug] 598 601,解决通过cli.py启动api、cli失败的问题 by hzg0601 in https://github.com/imClumsyPanda/langchain-ChatGLM/pull/599
* 更新FAQ,model_config.py,bing_search.py文件,增加bing搜索问答相关问题的原因和可能解决方案,修复了一些typo;修改loader.py中load_in_8bit失败的原因和详细解决方案 by hzg0601 in https://github.com/imClumsyPanda/langchain-ChatGLM/pull/610

New Contributors
* Lix1993 made their first contribution in https://github.com/imClumsyPanda/langchain-ChatGLM/pull/608

**Full Changelog**: https://github.com/imClumsyPanda/langchain-ChatGLM/compare/v0.1.15...v0.1.16

0.1.15

What's Changed
1. 新增功能
* WebUI 中现已支持刷新页面自动更新知识库列表 by youyajike in https://github.com/imClumsyPanda/langchain-ChatGLM/pull/529
* 增加对 [moka-ai/m3e-small](https://huggingface.co/moka-ai/m3e-small) 和 [moka-ai/m3e-base](https://huggingface.co/moka-ai/m3e-base) 两种 embedding 模型的支持

2. 问题修复
* VUE 前端默认端口从 1002 调整为 8090 by NieLamu in https://github.com/imClumsyPanda/langchain-ChatGLM/pull/555
* 修复中 WebUI 中仅显示一轮对话的BUG by sysalong in https://github.com/imClumsyPanda/langchain-ChatGLM/pull/570
* 更新了requrements.txt和FAQ,解决了 591 592 by hzg0601 in https://github.com/imClumsyPanda/langchain-ChatGLM/pull/593
* 修复 api.py 中 json 解析问题 by zzxs in https://github.com/imClumsyPanda/langchain-ChatGLM/pull/540

New Contributors
* youyajike made their first contribution in https://github.com/imClumsyPanda/langchain-ChatGLM/pull/529
* zzxs made their first contribution in https://github.com/imClumsyPanda/langchain-ChatGLM/pull/540
* NieLamu made their first contribution in https://github.com/imClumsyPanda/langchain-ChatGLM/pull/555
* hzg0601 made their first contribution in https://github.com/imClumsyPanda/langchain-ChatGLM/pull/593

**Full Changelog**: https://github.com/imClumsyPanda/langchain-ChatGLM/compare/v0.1.14...v0.1.15

0.1.14

What's Changed
新增功能
* 新增通过 FastChat API 调用 LLM 的方式,实现了更多 LLM 的支持,并有效提升 LLM 回复速度 by glide-the
* 新增 lru_cache 函数以提升本地向量库加载速度 by liunux4odoo in https://github.com/imClumsyPanda/langchain-ChatGLM/pull/496
* Web UI 中增加更新知识库列表按钮,以解决刷新页面后 gradio 不支持自动更新知识库选项列表问题 by imClumsyPanda
* 添加streamlit ui by liunux4odoo in https://github.com/imClumsyPanda/langchain-ChatGLM/pull/480
* 添加重新初始化 uploadpath 内文档的按钮 by zhoutongqing in https://github.com/imClumsyPanda/langchain-ChatGLM/pull/418

问题修复
* 更新 Dockerfile-cuda by zhubao315 in https://github.com/imClumsyPanda/langchain-ChatGLM/pull/446
* 修改:读取本地知识文件时,能够读取给定目录下全部(包括直接和间接属于该目录)文件 by DingJunyao in https://github.com/imClumsyPanda/langchain-ChatGLM/pull/471
* 修复 api 中 delete_docs 的 bug by yihuaxiang in https://github.com/imClumsyPanda/langchain-ChatGLM/pull/499
* 修复上传 PDF 文件后可能提示 tmp.png 文件不存在的问题 by imClumsyPanda
* 修复上传文件后可能提示本地缺少 faiss.index 导致文件上传至知识库失败的问题 by imClumsyPanda


New Contributors
* zhubao315 made their first contribution in https://github.com/imClumsyPanda/langchain-ChatGLM/pull/446
* liunux4odoo made their first contribution in https://github.com/imClumsyPanda/langchain-ChatGLM/pull/480
* DingJunyao made their first contribution in https://github.com/imClumsyPanda/langchain-ChatGLM/pull/471
* yihuaxiang made their first contribution in https://github.com/imClumsyPanda/langchain-ChatGLM/pull/499
* zhoutongqing made their first contribution in https://github.com/imClumsyPanda/langchain-ChatGLM/pull/418

**Full Changelog**: https://github.com/imClumsyPanda/langchain-ChatGLM/compare/v0.1.13...v0.1.14

0.1.13

What's Changed

新增功能
* 新建llm接口类,并将chatglm与moss重新根据接口类定义实现类 by glide-the
* 调整 model_config 中的 llm_model_dict 定义形式 by glide-the
* 在 Web UI 和 vue 前端中增加bing搜索支持,目前仅支持使用知识库或使用bing搜索进行问答,同时使用知识库与bing搜索的功能将在后续进行支持。by halfss in https://github.com/imClumsyPanda/langchain-ChatGLM/pull/378
* 添加命令行管理脚本 by zqt996 in https://github.com/imClumsyPanda/langchain-ChatGLM/pull/355
* 增加删除知识库中原始文件 by halfss in https://github.com/imClumsyPanda/langchain-ChatGLM/pull/365
* 更新 README.md
* 更新 install 说明,解决 PaddleOCR 依赖问题 by changxubo in https://github.com/imClumsyPanda/langchain-ChatGLM/pull/387

问题修复
* 导入txt过程中可能存在的编码问题
* 导入pdf过程中可能存在的转换为txt后的编码问题,及可能出现unsupported colorspace for 'png’ 的问题
* 修复 vue 前端中上传文件的问题 by halfss in https://github.com/imClumsyPanda/langchain-ChatGLM/pull/362
* 更新 api.py by cd9807 in https://github.com/imClumsyPanda/langchain-ChatGLM/pull/357
* 修复 MOSS模型加载BUG by changxubo in https://github.com/imClumsyPanda/langchain-ChatGLM/pull/389
* vue 前端 UI 修复 by halfss in https://github.com/imClumsyPanda/langchain-ChatGLM/pull/394
* 修复历史记录最后一条丢失 by zhenkaivip in https://github.com/imClumsyPanda/langchain-ChatGLM/pull/415
* 修复对话中换行连读造成歧义 by zhenkaivip in https://github.com/imClumsyPanda/langchain-ChatGLM/pull/415
* 修复每次对话携带多余数据的问题 by mayflyfy in https://github.com/imClumsyPanda/langchain-ChatGLM/pull/425

New Contributors
* halfss made their first contribution in https://github.com/imClumsyPanda/langchain-ChatGLM/pull/362
* zqt996 made their first contribution in https://github.com/imClumsyPanda/langchain-ChatGLM/pull/355
* mayflyfy made their first contribution in https://github.com/imClumsyPanda/langchain-ChatGLM/pull/425

**Full Changelog**: https://github.com/imClumsyPanda/langchain-ChatGLM/compare/v0.1.12...v0.1.13

Page 3 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.