Skip to content

v0.0.7

Choose a tag to compare

@wangxingjun778 wangxingjun778 released this 12 Apr 16:36

英文版本 (English Version)

🚀 New Features

  • Multi-Arch Support: Added support for multi-architecture Docker builds (e.g., amd64, arm64).
  • C/S Deployment: Introduced a Client/Server deployment framework to improve scalability and remote access.
  • LLM Fallback Strategy: Added llm_fallback argument to allow the model to generate answers even when no retrieval evidence is found.

🛠 Improvements & Fixes

  • Docker Optimization:
    • Fixed several issues in the Docker builder pipeline.
    • Updated Node.js version within the Docker image for better performance and security.
  • MCP Enhancement: Improved Model Context Protocol (MCP) by automatically expanding ~ in path environment variables after loading .env.
  • Bug Fixes: Resolved feedback issues and refined internal logic from code reviews.

📝 Documentation & Others

  • Deployment Guide: Updated README with detailed instructions for Docker deployment.
  • Community: Updated the project QR code and synchronized version news for v0.0.7.

中文版本 (Chinese Version)

🚀 新功能

  • 多架构 Docker 支持:新增对多平台 Docker 镜像构建的支持(如 amd64, arm64)。
  • C/S 部署框架:引入客户端/服务器部署模式,提升系统的可扩展性与远程调用能力。
  • LLM 回退策略:新增 llm_fallback 参数,支持在未检索到证据时由 LLM 直接生成回答。

🛠 优化与修复

  • Docker 镜像优化
    • 修复了 Docker 构建过程中的若干已知问题。
    • 升级了镜像内的 Node.js 版本以提升稳定性。
  • MCP 功能增强:在 MCP 模块中,支持在加载 .env 后自动展开路径环境变量中的波浪号(~)。
  • 代码修复:修复了 Review 过程中发现的逻辑问题并进行了细节优化。

📝 文档与其它

  • 部署文档:更新了 README 中关于 Docker 部署的操作指南。
  • 社区交流:更新了项目交流群二维码,并同步发布了 v0.0.7 的版本动态。

What's Changed

New Contributors

Full Changelog: v0.0.6post3...v0.0.7