From 4c74b0b4f308443651f09e4b75e9b132a5d26d1d Mon Sep 17 00:00:00 2001 From: patchy631 Date: Thu, 7 Nov 2024 14:07:58 +0530 Subject: [PATCH 1/3] Adding RAG eval readme --- rag-evaluation/README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 rag-evaluation/README.md diff --git a/rag-evaluation/README.md b/rag-evaluation/README.md new file mode 100644 index 000000000..07af40ac9 --- /dev/null +++ b/rag-evaluation/README.md @@ -0,0 +1,27 @@ +# Evaluating RAGs! + +In this repo we provide astreamlined approach to evaluating Retrieval-Augmented Generation (RAG) systems. It includes tools for assessing response accuracy, relevance, and overall performance, helping you optimize and refine RAG models with ease. +--- + +## πŸ“¬ Stay Updated with Our Newsletter! +**Get a FREE Data Science eBook** πŸ“– with 150+ essential lessons in Data Science when you subscribe to our newsletter! Stay in the loop with the latest tutorials, insights, and exclusive resources. [Subscribe now!](https://join.dailydoseofds.com) + +[![Daily Dose of Data Science Newsletter](https://github.com/patchy631/ai-engineering/blob/main/resources/join_ddods.png)](https://join.dailydoseofds.com) + +--- + +## πŸ“’ Contribute to the AI Engineering Hub! +We welcome contributors! Whether you want to add new tutorials, improve existing code, or report issues, your contributions make this community thrive. Here’s how to get involved: +1. **Fork** the repository. +2. Create a new branch for your contribution. +3. Submit a **Pull Request** and describe the improvements. + +--- + +## πŸ“œ License +This repository is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. + +## πŸ’¬ Connect +For discussions, suggestions, and more, feel free to [create an issue](https://github.com/patchy631/ai-engineering/issues) or reach out directly! + +Happy Coding! πŸŽ‰ From 18105d87a967787c528fbb86355e22cb60f26e78 Mon Sep 17 00:00:00 2001 From: patchy631 Date: Thu, 7 Nov 2024 14:12:02 +0530 Subject: [PATCH 2/3] modified readme --- rag-evaluation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rag-evaluation/README.md b/rag-evaluation/README.md index 07af40ac9..ac99a6af8 100644 --- a/rag-evaluation/README.md +++ b/rag-evaluation/README.md @@ -1,6 +1,6 @@ # Evaluating RAGs! -In this repo we provide astreamlined approach to evaluating Retrieval-Augmented Generation (RAG) systems. It includes tools for assessing response accuracy, relevance, and overall performance, helping you optimize and refine RAG models with ease. +In this repo we provide a streamlined approach to evaluating Retrieval-Augmented Generation (RAG) systems. It includes tools for assessing response accuracy, relevance, and overall performance, helping you optimize and refine RAG models with ease. --- ## πŸ“¬ Stay Updated with Our Newsletter! From c3b31b003ae482aaff528a36114d7331e2cdef5c Mon Sep 17 00:00:00 2001 From: patchy631 Date: Thu, 7 Nov 2024 14:14:45 +0530 Subject: [PATCH 3/3] modified readme --- rag-evaluation/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rag-evaluation/README.md b/rag-evaluation/README.md index ac99a6af8..9c6a54b86 100644 --- a/rag-evaluation/README.md +++ b/rag-evaluation/README.md @@ -1,10 +1,11 @@ # Evaluating RAGs! In this repo we provide a streamlined approach to evaluating Retrieval-Augmented Generation (RAG) systems. It includes tools for assessing response accuracy, relevance, and overall performance, helping you optimize and refine RAG models with ease. + --- ## πŸ“¬ Stay Updated with Our Newsletter! -**Get a FREE Data Science eBook** πŸ“– with 150+ essential lessons in Data Science when you subscribe to our newsletter! Stay in the loop with the latest tutorials, insights, and exclusive resources. [Subscribe now!](https://join.dailydoseofds.com) +Get a FREE Data Science eBook πŸ“– with 150+ essential lessons in Data Science when you subscribe to our newsletter! Stay in the loop with the latest tutorials, insights, and exclusive resources. [Subscribe now!](https://join.dailydoseofds.com) [![Daily Dose of Data Science Newsletter](https://github.com/patchy631/ai-engineering/blob/main/resources/join_ddods.png)](https://join.dailydoseofds.com)