Skip to content

Commit 304990b

Browse files
unamedkrclaude
andcommitted
release: v0.4.0 — retrieval precision overhaul, 75% Combined QA
Performance: 29% → 75.2% Combined QA (+46.2%p over 6 iterations) - BM25 min-max score normalization - Document coherence boost - Reranker score blending (0.7 reranker + 0.3 fusion) - Full ingest mode with HyPE enabled - Adaptive post-correction time budget - Query deadline gate (70s) - Auto-skip correction for simple confident queries Playground: pipeline trace visualization, latency breakdown, source excerpts, code block rendering fix, demo command Infrastructure: serve auto-detects quantumrag.yaml and .env, provider/model status on startup Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2422525 commit 304990b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "quantumrag"
7-
version = "0.3.3"
7+
version = "0.4.0"
88
description = "Index-Heavy, Query-Light RAG Engine — Put in docs, ask questions, it just works."
99
readme = "README.md"
1010
license = "Apache-2.0"

quantumrag/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.3"
1+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)