This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summaryFixed BASE_DIR resolution bug in pip‑installed package and added support for KNOWLEDGE_RAG_DIR env var; now accepts category "aar" in search_knowledge.
Full changelog
Fixes
pip install knowledge-rag now truly plug-and-play
BASE_DIR was resolving to site-packages/ when installed from PyPI, causing documents/ to not be found. Now falls back to current working directory.
Supports KNOWLEDGE_RAG_DIR env var for explicit override.
category="aar" accepted by search_knowledge
The validator was rejecting aar as a category because it only checked keyword_routes keys. Now uses category_mappings values too.
Upgrade
pip install --upgrade knowledge-rag
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About lyonzin/knowledge-rag
Local RAG system for Claude Code with hybrid search (BM25 + semantic), cross-encoder reranking, markdown-aware chunking, query expansion, and 12 MCP tools. Runs entirely offline with zero external servers.
Related context
Beta — feedback welcome: [email protected]