Provides a high-performance, private Retrieval-Augmented Generation (RAG) server for searching PDF documents locally within Claude Desktop using Ollama embeddings.
Sponsored
Rust Local RAG is a powerful, privacy-first Retrieval-Augmented Generation (RAG) system engineered in Rust, designed to seamlessly integrate with Claude Desktop via the Model Context Protocol (MCP). It enables users to privately search and analyze their PDF documents directly within Claude conversations. By processing PDFs locally using poppler for text extraction, generating embeddings with local Ollama models, and utilizing a custom vector store, this system ensures no external API calls are made for document content, providing a secure, high-performance solution for personalized document intelligence.
Key Features
01Privacy-First Local Processing (no external API calls)
02Automatic PDF Text Extraction and Chunking
03High-Performance Rust Implementation
04Semantic Document Search with Ollama Embeddings
053 GitHub stars
06Seamless Claude Desktop Integration via MCP
Use Cases
01Extend AI assistant capabilities to access and analyze local document repositories without sending data to external services.
02Develop custom, high-performance RAG solutions integrated with AI models using the Model Context Protocol for specialized data sources.
03Conduct private, semantic searches of personal or sensitive PDF documents directly within Claude Desktop conversations.