v0.0.7
英文版本 (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_fallbackargument 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
- [Feat] Support multi-arch docker building by @wangxingjun778 in #146
- [Fix] Fix issues for docker builder by @wangxingjun778 in #147
- update nodejs version for docker image by @wangxingjun778 in #148
- [Documentation] Update readme for docker deployment by @wangxingjun778 in #151
- [Documentation] update QR code by @wangxingjun778 in #152
- [Feat] Add llm_fallback arg to determine llm generated answer without retrieval evidences by @wangxingjun778 in #154
- fix review issue by @wangxingjun778 in #155
- fix(mcp): expand ~ in path env vars after dotenv load by @liusining in #156
- [Feature] Add c/s deployment framework support by @wangxingjun778 in #157
- update 0.0.7 news by @wangxingjun778 in #158
New Contributors
- @liusining made their first contribution in #156
Full Changelog: v0.0.6post3...v0.0.7