diff --git a/readme.md b/readme.md index 242ce68..8f4e980 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,5 @@ +![build](https://github.com/domWinter/rustyrag/actions/workflows/rust.yml/badge.svg) + # Rusty RAG - LLM-powered Book Recommendation This project implements a simple semantic search and RAG use-case with rust (mistral.rs/fastembed-rs) + pgvector and serves a frontend and rest-api to recommend books based on the [CMU Book Summary Dataset](https://www.kaggle.com/datasets/ymaricar/cmu-book-summary-dataset/data).