From ef73b53e469552007a81277a83014c3306a81117 Mon Sep 17 00:00:00 2001 From: Yiorgis Gozadinos Date: Sun, 22 Jun 2025 13:10:06 +0200 Subject: [PATCH] Make readme more readable --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d9d4557b..866fdbca 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,15 @@ # Haiku SQLite RAG -A SQLite-based Retrieval-Augmented Generation (RAG) system built for efficient document storage, chunking, and hybrid search capabilities. +A Retrieval-Augmented Generation (RAG) library on SQLite. ## Features - **Local SQLite**: No need to run additional servers - **Support for various embedding providers**: You can use Ollama, VoyageAI, OpenAI or add your own - **Hybrid Search**: Vector search using `sqlite-vec` combined with full-text search `FTS5`, using Reciprocal Rank Fusion -- **Multi-format Support**: Parse 40+ file formats including PDF, DOCX, HTML, Markdown, audio and more. Or add a url! - **File monitoring** when run as a server automatically indexing your files +- **Extended file format Support**: Parse 40+ file formats including PDF, DOCX, HTML, Markdown, audio and more. Or add a url! - **MCP server** Exposes functionality as MCP tools. +- **CLI commands** Access all functionality from your terminal - **Python client** Call `haiku.rag` from your own python applications. ## Installation