diff --git a/docs/art/posts/rag_finetuning.png b/docs/art/posts/rag_finetuning.png new file mode 100644 index 000000000..485e1a3ca Binary files /dev/null and b/docs/art/posts/rag_finetuning.png differ diff --git a/docs/blog/posts/2024-15-01|RAG_finetuning_with_Fondant.md b/docs/blog/posts/2024-15-01|RAG_finetuning_with_Fondant.md new file mode 100644 index 000000000..11dbb8c6f --- /dev/null +++ b/docs/blog/posts/2024-15-01|RAG_finetuning_with_Fondant.md @@ -0,0 +1,43 @@ +--- +date: + created: 2024-01-15 +authors: + - mrchtr +--- + +# Let's tune RAG pipelines with Fondant + +Retrieval Augmented Generation (RAG) has quickly become the go-to architecture for providing large +language models (LLM) with specific knowledge. Optimizing a custom setup requires days to find the +right set of parameters and system configuration. + +We have created an example use case to show how you can enhance your RAG setup by using Fondant. +Checkout out the resources: + +- [GitHub repository](https://github.com/ml6team/fondant-usecase-RAG) +- [Blog post](https://medium.com/fondant-blog/lets-tune-rag-pipelines-with-fondant-902f7215e540) + + + +Off-the-shelf solutions might be easy to set up for a quick proof of concept, but their performance +is usually insufficient for production usage since they are not adapted to the complexities of +specific situations. + +By employing several different methods in an iterative manner, we can more than double the accuracy +of an RAG system and maximize its performance. We have built two Fondant pipelines that can assist +you in finding the optimal combinations of parameters for your unique setup. + +![RAG finetuning pipelines](../../art/posts/rag_finetuning.png) + +In the [example repository](https://github.com/ml6team/fondant-usecase-RAG), you can find notebooks +that will help you customize your setup. More information can be found in +the [blog post](https://medium.com/fondant-blog/lets-tune-rag-pipelines-with-fondant-902f7215e540). + + + + + + + + + diff --git a/docs/overrides/main.html b/docs/overrides/main.html index 4f8969d6b..aadbc5d13 100644 --- a/docs/overrides/main.html +++ b/docs/overrides/main.html @@ -2,9 +2,9 @@ {% block announce %}
- Fondant 0.8 is out: Simplification, Sagemaker, RAG, and more! - Read more + Let's tune RAG pipelines with Fondant. + Check out our recent blog post!
{% endblock %} \ No newline at end of file