knowledge-rag and bluera-knowledge
These two tools are competitors, as both aim to provide a local RAG system for AI coding agents, specifically Claude Code, offering similar features like hybrid semantic and full-text search capabilities for indexed local knowledge without external web lookups.
About knowledge-rag
lyonzin/knowledge-rag
Local RAG System for Claude Code - Hybrid search (Semantic + BM25) with MCP integration
Embeds documents using FastEmbed's ONNX runtime (384-dim BAAI/bge-small-en-v1.5) with cross-encoder reranking and markdown-aware section-based chunking for semantic coherence. Provides 12 MCP tools for document CRUD, URL ingestion, and retrieval evaluation, plus real-time file watching with automatic reindexing and query expansion for security terminology.
About bluera-knowledge
blueraai/bluera-knowledge
Local knowledge search for AI coding agents. Index repos, docs, and files with semantic + full-text search. Claude Code plugin & MCP server for fast, offline answers without web lookups or rate limits.
Combines semantic and full-text search across cloned dependency repositories, crawled documentation sites, and indexed project files, powered by vector embeddings and BM25 ranking for precise results. Integrates as both an npm CLI tool and MCP server within Claude Code, enabling AI agents to query local knowledge through slash commands and context tools. Automatically analyzes project dependencies to prioritize indexing of high-impact libraries while storing all indexed content locally with no external API calls required.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work