Skip to content

langchain-ChatGLM v0.1.10

Compare
Choose a tag to compare
@imClumsyPanda imClumsyPanda released this 06 May 16:14
· 1608 commits to master since this release

What's Changed

1. 新增功能

2. 问题修复

  • 修复 similarity_search_with_score_by_vector 函数返回多个文段时的 score 共用了相同结果的错误 by @imClumsyPanda
  • 修复扩展文档的代码逻辑 by @winterggg in #227
  • 修复知识库无法上载,NLTK_DATA_PATH路径错误 by @changxubo in #236
  • 完善知识库路径问题,完善api接口 by @sysalong in #245
  • 更新 requirements.txt 中 gradio 版本要求,修复知识库下拉框 change 事件获取值不是当前选中值的bug。 by @changxubo in #261

New Contributors

Full Changelog: v0.1.9...v0.1.10