Skip to content

Releases: XimilalaXiang/TrustRAG

TrustRAG v0.2.7

04 Jun 15:54

Choose a tag to compare

TrustRAG 0.2.7

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

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

  • 🎯 首次使用引导页 — 新增 Onboarding 页面,用户首次打开时选择"本地使用"或"连接服务器",明确分离两种模式。
  • 🔄 模式管理服务 — 新增 ModeManager,持久化保存用户选择的使用模式(本地/服务器),支持随时切换。
  • 🏷️ 登录页模式徽章 — 登录页显示当前运行模式(绿色「本地模式」/ 蓝色「服务器模式」),用户一目了然。
  • 🔑 本地模式自动登录 — 本地模式下,退出登录后重新进入时自动启动后端并登录,无需手动输入账号密码。
  • ⚙️ 设置页模式切换 — Dashboard 设置页新增"使用模式"卡片,显示当前模式并支持一键切换。
  • 🩺 后端启动错误诊断 — Windows 下后端启动失败(exit code -1)时给出具体排查建议(如缺少 VC++ 运行时库)。

Fixed / 修复

  • 🐛 Windows VCRUNTIME140.dll 依赖 — CI 构建启用 CRT 静态链接(+crt-static),解决 Windows 用户缺少 VC++ Redistributable 导致后端无法启动的问题。
  • 🐛 后端 stderr 捕获 Web 构建兼容 — 修复 stderrLines 变量声明位置导致 Web 平台编译失败的问题。

Changed / 变更

  • 🏗️ 路由重构app_router.dart 初始路由改为 /,新增根重定向器根据保存的模式自动导航到引导页或登录页。
  • 🧹 登录页精简 — 移除旧的"进入本地模式"按钮和账号切换逻辑,统一由引导页和模式管理器处理。
  • 🚀 延迟后端启动main.dart 只在用户明确选择本地模式后才启动内嵌后端,避免不必要的资源占用。

Infrastructure / 基础设施

  • 新增 backend/.cargo/config.toml — Windows 平台 Rust 编译配置(CRT 静态链接)
  • .github/workflows/release.yml — Windows 构建步骤添加 RUSTFLAGS: -C target-feature=+crt-static
  • .github/workflows/test-build.yml — Windows 构建步骤条件启用静态链接

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

TrustRAG v0.2.7-beta.4

03 Jun 17:48

Choose a tag to compare

Pre-release

TrustRAG 0.2.7-beta.4

发布日期 / 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

Fixed / 修复

  • 🐛 Windows 本地模式启动 panic 修复 (Issue #27)backend/src/api/system.rs 中 OCR 安装状态/取消路由使用了旧式 axum 路由参数 :task_id,axum 0.8 不支持此语法导致后端启动时 panic。已替换为 {task_id} 新语法。全局搜索确认无其他遗漏。
  • 🧹 Windows 卸载数据清理修复 (Issue #26) — 卸载脚本 installer.iss 只清理了 {localappdata}\TrustRAG,但实际数据在 {localappdata}\trustrag\TrustRAG(Rust directories crate)和 {userappdata}\com.trustrag(Flutter path_provider)。现在动态检测并清理所有实际存在的数据目录。

Changed / 变更

  • 🔍 后端启动失败错误展示增强BackendManager 现在捕获后端进程 stderr 输出,异常退出时展示真实错误信息(退出码 + 最后几行 stderr),不再显示泛化的"本地后端未启动"。

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

TrustRAG v0.2.7-beta.3

03 Jun 10:20

Choose a tag to compare

Pre-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

TrustRAG v0.2.7-beta.2

02 Jun 15:17

Choose a tag to compare

Pre-release

TrustRAG 0.2.7-beta.2

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

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

  • 🐛 Rerank 配置 PUT 500 错误 — 类型安全 SQLite 绑定,修复 rerank 配置更新时 CAST 类型错误导致的 500 响应。(Issue #20
  • 🐛 Embedding 批处理 off-by-one — 修复批处理循环边界条件,避免最后一批 embedding 被跳过。(Issue #21
  • 🐛 知识图谱空节点导致前端崩溃 — 后端过滤无效节点/边,前端增加空状态 fallback。(Issue #22
  • 🐛 文档处理进度缺失 — 新增 chunks_total/doneembedding_batches_total/done 字段,前端显示确定性进度条。(Issue #23
  • 🐛 聊天流 SSE 阶段事件缺失 — 新增 retrieval_startedretrieval_finishedllm_started SSE 事件,前端消费并展示阶段状态。(Issue #24
  • 🐛 知识图谱图层过滤空状态 — 过滤后无数据时显示友好提示和"显示全部类型"按钮。(Issue #25
  • 🔧 OcrInstallResponse 缺少 exit_code 字段 — 修复不支持的安装组合分支构造体缺少字段导致 CI 编译失败。

Added / 新增

  • ⏹️ 聊天「停止生成」按钮 — 流式响应期间可随时中止生成。(E-24.1)
  • ⏱️ 首 Token 超时检测(30s) — 30 秒内无响应自动终止并提示用户。(E-24.2)
  • 🔄 文档「重新处理」按钮 — 一键重新处理失败/过期文档。(E-23.1)
  • 📊 文档处理进度实时显示 — 分块/向量化阶段显示具体进度(如"分块中 120/380")。(E-23.2, E-23.3)
  • 🔗 资料库文档图谱统计 badge — 文档列表卡片显示实体/关系数量。(E-25.1)
  • 🏷️ 图层节点数量标注 — 知识图谱图层切换按钮显示节点计数。(E-25.2)

Infrastructure / 基础设施

  • 新增 PostgreSQL 迁移 0023_document_processing_progress.sql
  • SQLite schema 更新支持进度追踪字段
  • DocRow 从 tuple 重构为 #[derive(sqlx::FromRow)] struct

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

TrustRAG v0.2.7-beta.1

01 Jun 13:49

Choose a tag to compare

Pre-release

TrustRAG 0.2.7-beta.1

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

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

  • 🏷️ 客户端版本号动态化 — 移除 main.dart 中硬编码的 appVersion = '0.2.2',改用 package_info_pluspubspec.yaml 动态读取版本号。关于页面、更新检查、版本显示现在始终与发布版本一致。(Issue #18
  • 🔄 多账号切换架构修复switchToAccount 重构为事务式操作:切换前保存当前账号状态,切换失败时自动回滚。返回 ok/need_login/failed 三种结果,UI 针对性提示。(Issue #19
  • 🔐 登录/注册时后端数据目录同步 — 修复关键架构缺陷:登录或注册新账号时,嵌入式后端现在会先切换到目标账号的数据目录再处理请求,避免跨账号数据库导致的"Invalid email or password"误判。(Issue #19
  • 🛡️ Token-账号绑定时序修正setActiveAccount 现在在 saveToken 之前调用,确保 token 正确关联到对应账号。(Issue #19
  • 🏠 本地模式优化local@trustrag.desktop 不再强制覆盖已登录的远程账号会话,登录页新增"进入本地模式"按钮和说明文字。(Issue #19

Added / 新增

  • appVersionProvider — 新增 Riverpod FutureProvider,全局提供运行时版本号。
  • 🗑️ 账号管理增强 — 支持删除已保存的失效账号,新增"重置登录状态"和"清除所有账号数据"危险操作入口。
  • 📊 账号状态可视化 — 账号列表区分显示活跃、可切换、需重新登录等状态。

Infrastructure / 基础设施

  • 新增 app_version_test.dartaccount_management_test.dart 单元测试
  • 更新 account_isolation_test.dart 适配新的 switchToAccount 返回类型

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

TrustRAG v0.2.6

30 May 01:40

Choose a tag to compare

TrustRAG v0.2.6

🆕 新功能

知识图谱增强 (Issue #14)

  • 三层图谱架构: 文档层、语义层、知识层,支持层级切换和过滤
  • 实体/关系 CRUD: 支持手动创建、编辑、删除实体和关系
  • 实体合并: 支持将相似实体合并为一个
  • 图谱统计: 展示各层级的实体和关系数量
  • 节点拖拽: 交互式力导向图谱可视化
  • LLM 驱动实体抽取: 异步生成 + 进度轮询

OCR 组件管理 (Issue #17)

  • 一键安装向导: 4步引导式 OCR 安装(检测 → 选择 → 安装 → 验证)
  • 平台检测: 自动识别 OS 和包管理器(apt/brew/winget/pip 等)
  • OCR 回退处理: 扫描型 PDF 自动调用 OCR 提取文本
  • PDF 页面转图片: 集成 pdftoppm 实现 PDF-to-image
  • Windows 路径检测: 自动检测常见 Tesseract 安装路径

Rerank 两阶段检索 (Issue #13)

  • 独立 Rerank 模型配置: 支持 CRUD 和模型验证
  • 两阶段检索工作流: Embedding Recall + Rerank Precision
  • 工作区级别配置: 支持 initial_recall_k、fallback 策略、timeout_secs
  • 引用面板增强: 展示 Embedding Rank 和 Rerank Score

多账户数据隔离 (Issue #16)

  • 物理隔离: 每个账户独立 SQLite 数据目录
  • 账户切换 UI: 侧边栏快速切换已登录账户
  • Token 独立存储: 每个账户认证 token 独立管理

数据管理 (Issue #12)

  • 数据管理页面: SQLite 数据库信息查看、备份、重置
  • Schema 迁移: 自动检测和执行数据库版本升级
  • InnoSetup 卸载器: 支持卸载时清理 AppData

引用优化 (Issue #15)

  • Badge 样式引用编号: 视觉更突出的引用链接
  • 审核链接增强: 改善引用源的可见性

🐛 Bug 修复

  • 修复 OCR 安装请求超时(30s → 5分钟)
  • 修复 winget 已安装时误判为失败
  • 修复文档上传未调用 OCR 回退的关键 bug
  • 修复 Document.originalFilename 字段引用错误
  • 修复 Flutter analyze CI 警告

📦 下载

GitHub Actions 页面下载各平台安装包(Windows / macOS / Linux / Android / iOS)。

TrustRAG v0.2.6-beta.1

29 May 17:18

Choose a tag to compare

Pre-release

TrustRAG v0.2.6-beta.1

🆕 新功能

知识图谱增强 (Issue #14)

  • 三层图谱架构: 文档层、语义层、知识层,支持层级切换和过滤
  • 实体/关系 CRUD: 支持手动创建、编辑、删除实体和关系
  • 实体合并: 支持将相似实体合并为一个
  • 图谱统计: 展示各层级的实体和关系数量
  • 节点拖拽: 交互式图谱可视化

OCR 组件管理 (Issue #17)

  • 一键安装向导: 4步引导式 OCR 安装(检测→选择→安装→验证)
  • 平台检测: 自动识别 OS 和包管理器(apt/brew/winget/pip等)
  • OCR 回退处理: 扫描型 PDF 自动调用 OCR 提取文本
  • PDF 页面转图片: 集成 pdftoppm 实现 PDF-to-image

其他功能

  • Rerank 模型管理 (Issue #13): 两阶段检索管道,支持配置和回退
  • 多账户隔离 (Issue #16): 每个账户独立 SQLite 数据目录
  • 数据管理页面 (Issue #12): SQLite 数据库管理、备份、重置
  • 引用面板优化 (Issue #15): 显示 embedding rank 和 rerank score

🐛 Bug 修复

  • 修复 OCR 安装请求超时(30s → 5分钟)
  • 修复 winget 已安装时误判为失败
  • 修复 Flutter analyze CI 警告
  • 修复文档上传未调用 OCR 回退的关键 bug
  • 修复 Document.originalFilename 字段引用错误

📦 构建产物

GitHub Actions 页面下载各平台安装包。

TrustRAG v0.2.5-beta.6

27 May 06:37

Choose a tag to compare

Pre-release

TrustRAG 0.2.5-beta.6

发布日期 / 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 / 修复

  • 🔐 "保持登录状态"真正修复 — 根本原因:initialLocation: '/login' 导致 app 每次启动都显示登录页,即使 token 有效。LoginPage 现在在 build() 时检查 auth 状态:已认证→自动跳转到 dashboard,检查中→显示 loading,未认证→显示登录表单。

📖 使用说明 / 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.5...v0.2.5-beta.6

TrustRAG v0.2.5-beta.5

27 May 06:20

Choose a tag to compare

Pre-release

TrustRAG 0.2.5-beta.5

发布日期 / 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 / 修复

  • 🔐 "保持登录状态"重启后失效_checkAuth()DesktopAutoSetup 在验证已保存的 token 时,如果 /auth/me 因网络超时或后端未就绪而失败,会错误地清除 token,导致重启应用后回到登录页。现在仅在 HTTP 401(token 无效/过期)时才清除 token,网络错误时保留 token 并假定已认证。

📖 使用说明 / 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.4...v0.2.5-beta.5

TrustRAG v0.2.5-beta.4

27 May 05:18

Choose a tag to compare

Pre-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