From 205b78734f69a7e5ba8be8814df495f467ac5b95 Mon Sep 17 00:00:00 2001 From: Yiorgis Gozadinos Date: Mon, 27 Oct 2025 11:58:12 +0200 Subject: [PATCH] Update README with mcp-name --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bfccc874..da0f2dff 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Haiku RAG +mcp-name: io.github.ggozad/haiku-rag + Retrieval-Augmented Generation (RAG) library built on LanceDB. `haiku.rag` is a Retrieval-Augmented Generation (RAG) library built to work with LanceDB as a local vector database. It uses LanceDB for storing embeddings and performs semantic (vector) search as well as full-text search combined through native hybrid search with Reciprocal Rank Fusion. Both open-source (Ollama) as well as commercial (OpenAI, VoyageAI) embedding providers are supported.