v0.0.6post1
·
43 commits
to release/0.0.6
since this release
Release Notes (English)
🚀 New Features
- SSE Log-Events: Integrated Server-Sent Events (SSE) for real-time log streaming and updated core library requirements for improved environment stability. (#116)
- Thinking Content Logging: Added support for capturing and logging the "thinking" (reasoning) process of LLMs. (#109)
- Embedding Configuration: Introduced flexible configuration options for embedding models. (#115)
- MiniMax Upgrade: Upgraded the default MiniMax model to version M2.7. (#113)
🛠️ Bug Fixes
- Context Retrieval Fix: Resolved a critical issue where the
evidenceslist was empty whenreturn_context=True. (#111) - API Routing: Corrected endpoint paths for
api/v1to ensure consistent routing. (#117) - Docker Fixes: Fixed
docker runcommand errors and initialized better container execution flows. (#103)
📝 Documentation & Deployment
- Docker Optimization: Comprehensive updates to Docker deployment instructions and the dedicated Docker README. (#102, #104)
- MiniMax Guide: Added detailed configuration examples for the MiniMax LLM provider. (#108)
- README Updates: General improvements and formatting updates to the main README. (#106)
版本更新说明 (Chinese)
🚀 新功能
- SSE 日志事件:集成了 Server-Sent Events (SSE) 以实现实时日志流传输,并优化了核心环境依赖项。 (#116)
- 思维内容日志:新增对大模型“思维链”(Thinking Content)过程的日志记录支持。 (#109)
- 嵌入配置:引入了对 Embedding(嵌入)模型的自定义配置支持。 (#115)
- MiniMax 升级:将默认的 MiniMax 模型版本升级至 M2.7。 (#113)
🛠️ 修复
- 上下文检索修复:修复了在开启
return_context=True时,搜索证据(evidences)返回为空的问题。 (#111) - API 路由:修正了
api/v1下的相关路径映射,确保接口访问正确。 (#117) - Docker 修复:解决了
docker run运行异常问题,优化了容器启动逻辑。 (#103)
📝 文档与部署
- Docker 部署优化:全面更新了 Docker 部署指南及 Docker 专用 README 文档。 (#102, #104)
- MiniMax 配置指南:新增了 MiniMax LLM 服务商的详细配置示例。 (#108)
- README 更新:对主文档 README 进行了常规优化与内容更新。 (#106)
What's Changed
- update docker deployment in readme by @wangxingjun778 in #102
- Fix docker run by @wangxingjun778 in #103
- update docker readme by @wangxingjun778 in #104
- Update readme by @wangxingjun778 in #106
- docs: add MiniMax LLM provider configuration examples by @octo-patch in #108
- add thinking content logging by @wangxingjun778 in #109
- Fix evidences is empty when return_context=True by @wangxingjun778 in #111
- feat: upgrade MiniMax default model to M2.7 by @octo-patch in #113
- add sse log-events and fix core requirements by @wangxingjun778 in #116
- [feat] embedding config by @suluyana in #115
- fix paths for api/v1 by @wangxingjun778 in #117
New Contributors
- @octo-patch made their first contribution in #108
- @suluyana made their first contribution in #115
Full Changelog: v0.0.6...v0.0.6post1