Skip to content

v1.3.0

Compare
Choose a tag to compare
@successren successren released this 03 Apr 12:59
· 137 commits to master since this release

🎉🎉🎉QAnything v1.3.0 发布!

新特性

  1. 支持在纯Python环境中安装,可以在MAC上运行,也可以在纯CPU机器上运行。详见:纯Python环境安装教程
  2. 支持混合检索(BM25+Embedding)。
  3. 当系统命令缺失时,下载提示更清晰。
  4. 自动检测显卡的计算能力和内存大小,并根据情况自动调整默认启动参数,以提供用户最佳体验,并给予相关提示。
  5. 更新前置条件,最低支持 GTX1050Ti,支持更多显卡型号。
  6. 提示用户代码仓库是否为最新,仅适用于主分支。
  7. 优化启动流程,自动查询相关日志并在前端显示错误消息,避免连续输出 'waiting for coffee'。
  8. 在前端添加英文版本。
  9. 修复已知的错误,优化用户体验。(在 Milvus 插入失败时,请记得删除根目录下的 "volumes" 文件夹。)

变更内容

  • 修复启动脚本已知问题。由 @xixihahaliu 提交于 #92
  • 修复已知问题,优化用户体验。由 @xixihahaliu 提交于 #102
  • Milvus增加用户名、密码、数据库名支持。由 @cklogic 提交于 #97
  • feat_#114: 为 NVIDIA GeForce RTX 4090D 添加 GPU 兼容性检查。由 @johnymoo 提交于 #115
  • 修复:由 @pinkcxy 提交的轮次控制问题。#131
  • 问题修复:调用api/api/local_doc_qa/local_doc_chat返回数据为None。由 @leehom0123 提交于 #137
  • 优化解析 csv 和 xlsx 文件的逻辑。此外,现在支持离线运行 Docker 镜像。由 @xixihahaliu 提交于 #139
  • 混合搜索。由 @shenlei1020 提交于 #194

新贡献者
@pinkcxy#100 中首次贡献
@cklogic#97 中首次贡献
@johnymoo#115 中首次贡献
@leehom0123#137 中首次贡献
@shenlei1020#194 中首次贡献

完整变更记录:https://github.com/netease-youdao/QAnything/compare/v1.2.0…v1.3.0

🎉🎉🎉QAnything v1.3.0 released!

What's New

  1. Support installation in a pure Python environment, which can run on MAC or other CPU only machine. see: Pure Python Environment Installation Guid
  2. Support hybrid search(BM25+Embedding)
  3. When the system command is missing, the download prompt is clearer.
  4. Automatically detect the computing power and memory size of the graphics card, and automatically adjust the default startup parameters accordingly to provide users with the best experience, and give relevant prompts.
  5. Update Prerequisites, minimum support GTX1050Ti, support more graphics card models.
  6. Prompt the user whether the code repository is up to date, only for master branch.
  7. Optimize the startup process, automatically query relevant logs and display error messages on the front end to avoid continuous output of 'waiting for coffee'.
  8. Add English version to the front end
  9. Fix known bugs, optimize user experience.(Remember to delete the "volumes" folder under the root directory when milvus insertion fails.)

What's Changed

  • Fix known issues with the startup script. by @xixihahaliu in #92
  • Fix known issues, optimize user experience. by @xixihahaliu in #102
  • Develop for v1.2.1 by @pinkcxy in #100
  • Milvus增加用户名、密码、数据库名支持 by @cklogic in #97
  • feat_#114: Add gpu compatibility check for NVIDIA GeForce RTX 4090D by @johnymoo in #115
  • fix: Number of rounds control by @pinkcxy in #131
  • issue fix: Call api api/local_doc_qa/local_doc_chat return data:None by @leehom0123 in #137
  • Optimizing the parsing logic for csv and xlsx files. In addition, offline running of Docker images is now supported. by @xixihahaliu in #139
  • Hybrid search by @shenlei1020 in #194

New Contributors

Full Changelog: v1.2.0...v1.3.0