Enables LLMs to interact with on-disk documents through agentic RAG and hybrid search powered by LanceDB.
LanceDB is a Model Context Protocol (MCP) server that provides LLMs with direct access to on-disk documents through agentic Retrieval-Augmented Generation (RAG) and hybrid search capabilities, using LanceDB as a serverless vector index and document summary catalog. It allows LLMs to answer questions about datasets and specific documents, efficiently leveraging LLM tokens and ensuring security by storing the index locally, eliminating the need to transfer data to the cloud when using a local LLM.