
Local RAG
Runs semantic document search locally on your machine using vector embeddings and keyword matching, with no external API calls or cloud dependencies.
151755 views31Local (stdio)
What it does
- Search documents using semantic similarity
- Boost exact keyword matches for technical terms
- Chunk documents by meaning rather than character count
- Filter results by relevance gaps
- Process documents entirely offline
Best for
Developers searching codebases and documentationPrivacy-conscious users avoiding cloud APIsOffline development environmentsTechnical documentation analysis
No API keys neededFully offline after initial setupZero-friction npx installation