From 5c2ccac48c3bc75edd27f24299c3824f322c7008 Mon Sep 17 00:00:00 2001 From: janvanlooyml6 <56920221+janvanlooyml6@users.noreply.github.com> Date: Thu, 11 Jan 2024 16:03:52 +0100 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6ed5ded..ae4674f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# RAG Data Pipeline Tuning +# Retrieval Augmented Generation (RAG) Tuning

@@ -10,9 +10,8 @@ ## Introduction -This repository contains RAG-related pipelines built with -[Fondant](https://github.com/ml6team/fondant), a hub and framework for easy and shareable data -processing. +This repository contains data pipelines and ready-to-use notebooks for tuning RAG systems both manually and automatically using parameter search. +To achieve this, it leverages [Fondant](https://github.com/ml6team/fondant), a free and open source framework for production-ready, easy and shareable data processing. ## Available notebooks @@ -30,7 +29,16 @@ informed choices on which parameters to try. ### Auto-tuning of a RAG indexing pipeline -> 🚧 Coming soon +

+ A notebook which allows you to automatically search for the + optimal parameter settings using different methods +

+
+

+ + + +

## Getting started