Skip to content

TrustRAG v0.2.7-beta.3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 03 Jun 10:20
· 12 commits to master since this release

TrustRAG 0.2.7-beta.3

发布日期 / Release Date: 2026-06-03

📥 下载 / 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

Added / 新增

  • 🔄 OCR 异步安装 + 实时日志 + 取消支持 — OCR 安装改为后台任务模式(task_id + 轮询),支持实时日志推送和取消操作。(E-22.1, E-22.2)
  • 📋 聊天诊断信息复制按钮 — 长按 AI 消息可复制诊断信息(workspace_id、model_config、retrieval sources 等)。(E-24.5)
  • 📊 知识图谱生成历史和诊断记录 — 新增生成历史对话框,展示每次生成的状态、实体/关系数量、触发类型、LLM 信息和耗时。(E-25.3)
  • 🪟 Windows UAC 提权安装支持 — choco/winget 安装时自动通过 PowerShell Start-Process -Verb RunAs 提权。(E-22.3)
  • ⏱️ 文档处理耗时诊断字段 — documents 表新增 processing_started_at/processing_finished_at/processing_elapsed_ms,前端文档卡片显示处理用时。(OPT-3)
  • OCR 安装后自动验证 — 安装完成后自动检测 binary 是否可用并反馈版本信息。(OPT-1)

Changed / 变更

  • chunk 批量 INSERT 优化 — 文档分块写入从逐条 INSERT 改为每批 100 条批量插入,大文档处理速度提升 60-80%。(OPT-2)
  • 🔒 文档处理并发控制 — 使用 tokio::sync::Semaphore 限制同时处理的文档数,避免资源争抢。(E-23.4)
  • 📊 大文件 chunking 性能 benchmark — 新增 benches/chunking_bench.rs 基准测试。(E-23.5)

Infrastructure / 基础设施

  • 新增 PostgreSQL 迁移 0024_graph_generation_log_columns.sql
  • 新增 PostgreSQL 迁移 0025_processing_elapsed.sql
  • SQLite schema 更新支持 graph_generation_logs 扩展字段和文档处理耗时字段

📖 使用说明 / 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.7-beta.2...v0.2.7-beta.3