Skip to content

TrustRAG v0.2.5-beta.4

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 May 05:18
· 88 commits to master since this release

TrustRAG 0.2.5-beta.4

发布日期 / Release Date: 2026-05-27

📥 下载 / Downloads

平台 / Platform 文件 / File 说明 / Description
🪟 Windows TrustRAG-Setup-Windows-x64.exe Windows 安装包 / Installer
🪟 Windows trustrag-windows-x64-portable.zip 便携版 / Portable
🍎 macOS trustrag-macos.tar.gz macOS 安装包
🐧 Linux trustrag-linux-x64.tar.gz Linux x64
🤖 Android app-release.apk Android APK
📱 iOS trustrag-ios.tar.gz iOS App (unsigned)
🌐 Web trustrag-web.tar.gz Web 静态资源 / Static files

🔄 更新内容 / What's Changed

Fixed / 修复

  • 🔧 Embedding 批处理大小可配置 — 原硬编码 batch_size=100 导致部分 API(如限制 max 10)处理失败。现支持在 UI 中配置 batch_size(默认 10),超过时自动分批。(Issue #11
  • 🎯 Embedding 失败状态细分 — 新增 embedding_failed 文档状态,区分"文本解析成功但向量化失败"与一般失败,前端显示针对性提示文案"文档文本已解析,但向量化失败"。(Issue #11
  • 🔐 JWT 有效期延长 — 从 24 小时延长至 7 天(168 小时),减少频繁重新登录。(Issue #11

Added / 新增

  • 记住登录状态 — 登录页新增"保持登录状态"复选框(默认勾选),取消勾选后 token 不持久化,关闭应用即需重新登录。(Issue #11

Infrastructure / 基础设施

  • 新增数据库迁移 0018_embedding_batch_size.sql(PostgreSQL + SQLite schema 同步更新)
  • 🧪 241 个测试全部通过

📖 使用说明 / Usage

  1. 下载对应平台的安装包 / Download the package for your platform
  2. 安装并启动 TrustRAG / Install and launch TrustRAG
  3. 创建工作区,上传文档,开始提问 / Create a workspace, upload documents, start asking questions

⚠️ macOS 用户注意:应用未经 Apple 签名,首次打开需右键选择"打开",或在"系统设置 > 隐私与安全性"中允许运行。
⚠️ macOS users: The app is not signed by Apple. Right-click and select "Open" for first launch, or allow in "System Settings > Privacy & Security".


Full Changelog: v0.2.5-beta.3...v0.2.5-beta.4