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

推荐订阅源

Simon Willison's Weblog
Simon Willison's Weblog
Help Net Security
Help Net Security
P
Privacy International News Feed
T
Threat Research - Cisco Blogs
C
Cisco Blogs
C
CERT Recently Published Vulnerability Notes
NISL@THU
NISL@THU
L
LINUX DO - 热门话题
Security Latest
Security Latest
A
Arctic Wolf
G
GRAHAM CLULEY
月光博客
月光博客
S
Securelist
D
Docker
J
Java Code Geeks
T
Troy Hunt's Blog
T
Tenable Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
SecWiki News
SecWiki News
S
Security @ Cisco Blogs
量子位
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
L
LINUX DO - 最新话题
Recent Commits to openclaw:main
Recent Commits to openclaw:main
aimingoo的专栏
aimingoo的专栏
博客园 - 【当耐特】
H
Heimdal Security Blog
The Hacker News
The Hacker News
博客园 - 三生石上(FineUI控件)
Application and Cybersecurity Blog
Application and Cybersecurity Blog
N
Netflix TechBlog - Medium
Vercel News
Vercel News
Forbes - Security
Forbes - Security
B
Blog RSS Feed
H
Hackread – Cybersecurity News, Data Breaches, AI and More
IT之家
IT之家
B
Blog
MongoDB | Blog
MongoDB | Blog
博客园 - 聂微东
Google DeepMind News
Google DeepMind News
S
Secure Thoughts
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
C
Check Point Blog
云风的 BLOG
云风的 BLOG
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
T
The Blog of Author Tim Ferriss
L
Lohrmann on Cybersecurity
F
Full Disclosure
D
Darknet – Hacking Tools, Hacker News & Cyber Security
P
Proofpoint News Feed

Release notes from OmniClip-RAG

Release v0.4.8 · msjsc001/OmniClip-RAG Release v0.4.6 · msjsc001/OmniClip-RAG Release v0.4.5 · msjsc001/OmniClip-RAG Release v0.4.4 · msjsc001/OmniClip-RAG Release v0.4.3 · msjsc001/OmniClip-RAG Release v0.4.2 · msjsc001/OmniClip-RAG Release v0.4.1 · msjsc001/OmniClip-RAG Release v0.4.0 · msjsc001/OmniClip-RAG Release v0.3.3 · msjsc001/OmniClip-RAG
Release v0.4.7 · msjsc001/OmniClip-RAG
msjsc001 · 2026-03-26 · via Release notes from OmniClip-RAG

OmniClip RAG v0.4.7 Release Notes

Release Focus

v0.4.7 is the Runtime hardening and local semantic model compatibility release.

This version keeps the lightweight desktop-EXE plus external-Runtime architecture, but removes several pieces of user-environment fragility from that flow. Runtime installation is now driven by the packaged bundled-Python path and full wheel manifests instead of relying on whatever Python or pip state the machine happens to have. In parallel, local BAAI/bge-m3 loading is hardened against a real transformers 4.57.2 tokenizer metadata bug that could block vector initialization on some machines even after the model had downloaded successfully.

Highlights

  • Runtime installation no longer treats system Python as a normal-user prerequisite.
  • Runtime component installs now use locked wheel manifests instead of drift-prone live dependency resolution.
  • Long Runtime downloads and installs now expose real stage progress:
    • manifest load
    • wheel download
    • SHA verification
    • offline install
    • Runtime validation
  • CPU vector-store Runtime no longer fails because of the stale onnxruntime==1.24.0 pin.
  • Local BAAI/bge-m3 snapshots now get automatic metadata repair for the transformers 4.57.2 local tokenizer bug before the build gives up.
  • CUDA components remain optional on non-NVIDIA machines, but can now still be downloaded or repaired manually for installation-chain testing without being misreported as usable GPU acceleration.

Release Assets

v0.4.7 ships the same three public release assets:

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

MCP / Registry Note

This release does not widen the MCP tool surface. The MCP line stays intentionally small and read-only.

What changes is release integrity:

  • the Registry-facing .mcpb artifact is rebuilt from the same tagged source
  • the desktop GUI ZIP, MCP ZIP, and Registry metadata are kept on one v0.4.7 line
  • example client configs and setup instructions now point at the v0.4.7 paths

Notes

  • This release does not turn Runtime into a monolithic prebuilt payload package.
  • It does not change Markdown / PDF / Tika retrieval contracts.
  • It does not change MCP query semantics.
  • The scope is narrower and safer: make Runtime bring-up and local semantic initialization substantially more robust without widening the product surface.