Enables querying of local documents using retrieval-augmented generation (RAG) with LLMs.
This tool is a TypeScript-based server that implements a RAG (Retrieval-Augmented Generation) system for documents stored in a local directory. It allows users to query local Git repositories and text files using LLMs, leveraging the content of these documents as context for generating responses. The server provides tools for adding documents from Git repositories or direct text files, listing available documents, and performing RAG queries, integrating seamlessly with platforms like Claude Desktop to enhance conversational AI with local knowledge.