Skip to content

RAGScope v0.3.0

Choose a tag to compare

@Sidd27 Sidd27 released this 06 Jun 10:28
· 8 commits to main since this release

What's New

  • In-memory store — zero install overhead, no disk writes, no SQLite dependency
  • Redesigned CLI output — verbose by default with score bars, -border layout, and ASCII banner
  • uniqueness metric (renamed from redundancy): 100 = fully distinct chunks, 0 = all near-duplicates
  • --compact flag as opt-in; verbose is now the default
  • 4 test scenarios in send-test-trace.ts covering PASS, FAIL (precision), FAIL (broken pipeline), and uniqueness WARN

Maintenance

  • docs: document release script in CLAUDE.md
  • docs: updated README with correct output format, roadmap, and score examples