Labsco
adiom-data logo

LanceDB

β˜… 79

from adiom-data

Interact with on-disk documents using agentic RAG and hybrid search via LanceDB.

πŸ”₯πŸ”₯πŸ”₯πŸ”₯βœ“ VerifiedFreeQuick setup

πŸ—„οΈ LanceDB MCP Server for LLMS

Node.js 18+ License: MIT

A Model Context Protocol (MCP) server that enables LLMs to interact directly the documents that they have on-disk through agentic RAG and hybrid search in LanceDB. Ask LLMs questions about the dataset as a whole or about specific documents.

✨ Features

  • πŸ” LanceDB-powered serverless vector index and document summary catalog.
  • πŸ“Š Efficient use of LLM tokens. The LLM itself looks up what it needs when it needs.
  • πŸ“ˆ Security. The index is stored locally so no data is transferred to the Cloud when using a local LLM.

🎯 Example Prompts

Try these prompts with Claude to explore the functionality:

"What documents do we have in the catalog?"
"Why is the US healthcare system so broken?"

πŸ“ Available Tools

The server provides these tools for interaction with the index:

Catalog Tools

  • catalog_search: Search for relevant documents in the catalog

Chunks Tools

  • chunks_search: Find relevant chunks based on a specific document from the catalog
  • all_chunks_search: Find relevant chunks from all known documents

πŸ“œ License

This project is licensed under the MIT License - see the LICENSE file for details.