From e57c786b4b67be90c3e39b0ee6b0d2a587dc15ff Mon Sep 17 00:00:00 2001 From: Spiros Chatzigeorgiou Date: Mon, 8 Sep 2025 10:09:14 +0300 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 42c6a5e..babb84d 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,11 @@ A production-ready, modular RAG (Retrieval-Augmented Generation) system with con ┌────────────────────────────────┼────────────────────────────────┐ │ │ │ ┌─────▼─────┐ ┌───────▼────────┐ ┌─────▼─────┐ - │ Retrievers │ │ Rerankers │ │ Filters │ - │ │ │ │ │ │ - │• Dense │ │• CrossEncoder │ │• Score │ - │• Sparse │ │• BGE Reranker │ │• Content │ - │• Hybrid │ │• Multi-stage │ │• Custom │ + │ Retrievers│ │ Rerankers │ │ Filters │ + │ │ │ │ │ │ + │• Dense │ │• CrossEncoder │ │• Score │ + │• Sparse │ │• BGE Reranker │ │• Content │ + │• Hybrid │ │• Multi-stage │ │• Custom │ └───────────┘ └────────────────┘ └───────────┘ ```