This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summaryServer auto-detects project directory from venv, removing cwd/KNOWLEDGE_RAG_DIR workarounds.
Full changelog
What's New
Reliable pip install — The server now auto-detects the project directory from the venv location. No more cwd, cd /d, or KNOWLEDGE_RAG_DIR workarounds needed. Just pip install knowledge-rag, knowledge-rag init, configure MCP, and it works.
Linux/macOS installer — New install.sh script with pip and from-source modes. Auto-configures Claude Code MCP.
Changes
- FIX: BASE_DIR resolution chain: env var → source dir → venv parent → CWD → fallback
- NEW:
install.sh— Linux/macOS installer with--from-source,--install-path,--forceflags - IMPROVED: Simplified MCP config — no
cwdfield or shell wrappers needed
Install / Upgrade
pip install --upgrade knowledge-rag
Full docs: https://github.com/lyonzin/knowledge-rag#installation
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]