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 │ └───────────┘ └────────────────┘ └───────────┘ ```