惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
小众软件
小众软件
MongoDB | Blog
MongoDB | Blog
Hugging Face - Blog
Hugging Face - Blog
Jina AI
Jina AI
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Stack Overflow Blog
Stack Overflow Blog
L
LangChain Blog
大猫的无限游戏
大猫的无限游戏
量子位
A
About on SuperTechFans
G
Google Developers Blog
雷峰网
雷峰网
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
IT之家
IT之家
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园_首页
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Vercel News
Vercel News
V
Visual Studio Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 聂微东
U
Unit 42
Apple Machine Learning Research
Apple Machine Learning Research

Release notes from OmniClip-RAG

Release Caelune / 凯露恩 v0.5.6 · EllisMorrow/Caelune Release v0.5.5 · EllisMorrow/Caelune Release v0.5.4 · EllisMorrow/Caelune Release v0.5.2 · EllisMorrow/Caelune Release v0.5.1 · EllisMorrow/Caelune Release v0.5.0 · EllisMorrow/Caelune Release v0.4.13 · EllisMorrow/OmniClip-RAG Release v0.4.13 · EllisMorrow/Caelune Release v0.4.12 · EllisMorrow/OmniClip-RAG Release v0.4.12 · EllisMorrow/Caelune Release v0.4.9 · EllisMorrow/Caelune Release v0.4.11 · EllisMorrow/OmniClip-RAG Release v0.4.10 · EllisMorrow/OmniClip-RAG Release v0.4.10 · EllisMorrow/Caelune Release v0.4.9 · EllisMorrow/OmniClip-RAG Release v0.4.8 · msjsc001/OmniClip-RAG Release v0.4.8 · EllisMorrow/OmniClip-RAG Release v0.4.8 · EllisMorrow/Caelune Release v0.4.7 · msjsc001/OmniClip-RAG Release v0.4.7 · EllisMorrow/OmniClip-RAG Release v0.4.7 · EllisMorrow/Caelune Release v0.4.6 · msjsc001/OmniClip-RAG Release v0.4.6 · EllisMorrow/OmniClip-RAG Release v0.4.6 · EllisMorrow/Caelune Release v0.4.5 · msjsc001/OmniClip-RAG Release v0.4.5 · EllisMorrow/OmniClip-RAG Release v0.4.5 · EllisMorrow/Caelune Release v0.4.4 · msjsc001/OmniClip-RAG Release v0.4.4 · EllisMorrow/OmniClip-RAG Release v0.4.3 · msjsc001/OmniClip-RAG
Release v0.4.11 · EllisMorrow/Caelune
EllisMorrow · 2026-07-30 · via Release notes from OmniClip-RAG

OmniClip RAG v0.4.11 Release Notes

Release Status

v0.4.11 is the Windows Commit-pressure, native PyTorch-crash prevention, and semantic-query recovery release. The packaged Windows GUI has been exercised against a real Runtime and two existing vault indexes before publication.

Release Focus

This release keeps useful semantic retrieval available when Windows has enough resources for the CUDA embedding model but not enough Commit headroom to safely load the optional Reranker beside it.

Auto mode now preserves GPU/CUDA vector recall and skips only second-pass reranking when Commit headroom is below the measured safe loading floor. The Query Console explains what happened and gives concrete recovery steps instead of suggesting that a healthy Runtime or model must be reinstalled.

Highlights

  • CUDA Markdown vector recall remains active when Auto skips the Reranker for low Commit headroom.
  • Auto requires at least 10 GiB of Windows Commit headroom before loading the Reranker beside an active vector model.
  • The Query Console tells users to close memory-heavy applications, keep Auto selected, enable automatic Windows paging-file management or increase the paging file, and restart Windows if needed.
  • Low-Commit guidance explicitly states that Runtime and model reinstallation are not required.
  • Disposable query workers no longer move large CUDA models back to CPU during shutdown.
  • Query results are written before the operating system reclaims the disposable worker and its model allocations.
  • If a GPU semantic process still exits natively, a fresh CPU semantic process without Reranker is attempted before the final lexical-only fallback.
  • The main Qt interface remains isolated from PyTorch, SentenceTransformer, CrossEncoder, and CUDA native-process failures.

Release Assets

  • OmniClipRAG-v0.4.11-win64.zip
    • desktop GUI package
  • OmniClipRAG-MCP-v0.4.11-win64.zip
    • manual MCP package for direct stdio setup
  • omniclip-rag-mcp-win-x64-v0.4.11.mcpb
    • MCPB package for the official Registry and MCPB-aware clients

Validation Scope

  • Focused Query Console ownership regression for the low-Commit remediation text.
  • Query-worker cleanup, CPU semantic recovery, and lexical last-resort regressions.
  • Reranker low-Commit guard and safe model-release regressions.
  • Full automated test suite.
  • Packaged GUI and MCP build audits.
  • MCPB validation and unpack verification.
  • Real packaged multi-vault query using CUDA vector recall and returning 15 results without a native child-process crash.

Privacy and Compatibility

  • Release archives exclude local Runtime installations, model caches, vault contents, indexes, logs, configuration files, credentials, Registry tokens, and temporary query payloads.
  • Markdown, PDF, Tika, index, Runtime-layout, and MCP tool contracts are unchanged.
  • Auto may skip only the optional Reranker under measured low-Commit conditions; vector semantic recall remains active.
  • Explicit CPU/CUDA device selection behavior remains available, while Auto continues to choose the safer path from measured resources.