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.