Skip to content

lyonzin/knowledge-rag

v3.5.2 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

Published 1mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

antigravity claude claude-code claude-code-cli codex cursor-ai
+14 more
document-search hybrid-search inteligencia-artificial knowledge-base local-ai mcp mcp-server llm rag-chatbot rag-pipeline reranking retrieval-augmented-generation semantic-search vector-db

Summary

AI summary

Graceful GPU→CPU fallback prevents crashes when CUDA initialization fails.

Full changelog

What's New

  • CUDA DLL auto-discovery — Automatically finds CUDA 12 DLLs from pip-installed NVIDIA packages (nvidia-cublas-cu12, etc.). No manual PATH configuration needed.
  • Graceful GPU→CPU fallback — If CUDA init fails (missing drivers, wrong version), falls back to CPU with a [WARN] log instead of crashing.
  • Explicit CPU provider — When gpu: false, forces CPUExecutionProvider only. No noisy CUDA probe errors in logs.
  • BASE_DIR resolution fix — Correctly prefers directories with config.yaml over those with only config.example.yaml (fixes editable installs).

GPU Setup (NVIDIA)

pip install knowledge-rag[gpu]
pip install nvidia-cublas-cu12 nvidia-cudnn-cu12 nvidia-cuda-runtime-cu12
# config.yaml
models:
  embedding:
    gpu: true

Install / Upgrade

pip install --upgrade knowledge-rag

Full Changelog: https://github.com/lyonzin/knowledge-rag/compare/v3.5.1...v3.5.2

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

Track lyonzin/knowledge-rag

Get notified when new releases ship.

Sign up free

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.

All releases →

Beta — feedback welcome: [email protected]