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

推荐订阅源

B
Blog RSS Feed
Martin Fowler
Martin Fowler
爱范儿
爱范儿
IT之家
IT之家
Last Week in AI
Last Week in AI
A
About on SuperTechFans
Google DeepMind News
Google DeepMind News
阮一峰的网络日志
阮一峰的网络日志
V
V2EX
aimingoo的专栏
aimingoo的专栏
G
Google Developers Blog
J
Java Code Geeks
Microsoft Azure Blog
Microsoft Azure Blog
美团技术团队
The Cloudflare Blog
MyScale Blog
MyScale Blog
T
The Blog of Author Tim Ferriss
Hugging Face - Blog
Hugging Face - Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
云风的 BLOG
云风的 BLOG
Y
Y Combinator Blog
The GitHub Blog
The GitHub Blog
腾讯CDC
Microsoft Security Blog
Microsoft Security Blog

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.11 · EllisMorrow/Caelune 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.3.3 · msjsc001/OmniClip-RAG
msjsc001 · 2026-03-17 · via Release notes from OmniClip-RAG

OmniClip RAG / 方寸引 v0.3.3

Summary

v0.3.3 is the Tika stability closure release after v0.3.2.

This release focuses on one practical outcome: if a user selects a Tika-supported format and the file itself is healthy, the build pipeline should actually index it instead of reporting a vague "skipped" result. At the same time, the Tika runtime installer should finally show visible progress instead of behaving like a black box.

Highlights

  • Tika indexing is now compatibility-first:
    • first try PUT /tika with Accept: text/plain
    • then fall back to PUT /rmeta with Accept: application/json
    • only fail after both strategies are exhausted
  • Tika success is now defined as extractable body text, not "XHTML must exist"
  • expected local-file skips are now separated from real parser failures:
    • zero-byte or unreadable files stay skippable
    • sidecar/protocol failures are reported as true failures
  • the Tika Runtime card now shows inline install progress:
    • current stage
    • current download item
    • byte progress
    • install target
  • project docs were refreshed to match the current product shape:
    • Core Features / 核心特性
    • explicit open-source acknowledgements
    • a permanent in-repo Tika stabilization plan

Included In This Release

Tika build/index path

  • replaced the old XHTML-only parse contract with a compatibility-first multi-strategy parser
  • added structured Tika parse results and failure reasons
  • added unified content normalization for plain text, rmeta JSON, and XHTML
  • improved build reporting so users can distinguish:
    • indexed files
    • expected skips
    • true parse failures

Tika installer UX

  • switched the Tika auto-install flow to a progress-aware worker path
  • surfaced installation stage, byte progress, current item, and target directory inside the page
  • improved busy/disabled state handling while install or redetect operations are running

Documentation

  • updated README and README.zh-CN to v0.3.3
  • renamed the feature overview section to Core Features / 核心特性
  • added an open-source acknowledgements section before the license block
  • recorded this stabilization work in Tika建库稳定性与安装进度闭环计划

Release Shape

  • GitHub source push: code, docs, tests, release notes
  • Packaged build output:
    • dist/OmniClipRAG-v0.3.3/
    • dist/OmniClipRAG-v0.3.3-win64.zip
  • Still intentionally not bundled into the app package:
    • Runtime payloads
    • Tika JAR / JRE
    • model cache
    • user data / indexes / logs / exports

Notes

This release does not change the architecture boundary that matters most:

  • PDF still stays on its own isolated route
  • Tika still stays isolated from the Markdown and PDF stores
  • the packaged app remains lean, while heavy runtime assets stay outside the EXE payload