Skip to content

v0.0.6post1

Choose a tag to compare

@wangxingjun778 wangxingjun778 released this 20 Mar 09:03
· 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 evidences list was empty when return_context=True. (#111)
  • API Routing: Corrected endpoint paths for api/v1 to ensure consistent routing. (#117)
  • Docker Fixes: Fixed docker run command 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

New Contributors

Full Changelog: v0.0.6...v0.0.6post1