Merge branch 'fix/mcp_registration'

This commit is contained in:
Yiorgis Gozadinos 2025-10-27 11:58:38 +02:00
commit f603d2373a
No known key found for this signature in database

View file

@ -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.