From e4ca85c9297430534440ffe5f7c9e080c884864d Mon Sep 17 00:00:00 2001
From: Valentijn Evers <valentijn.evers@wur.nl>
Date: Tue, 3 Sep 2024 11:48:06 +0200
Subject: [PATCH] L03DIGLIB-1347 - Added warning concerning importance of input
 data quality

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index b05bba3..12c0f3e 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,8 @@ it is named after our colleague Peter, who is a great source of knowledge and wi
 This project has been created mostly in my free time and is for educational purposes only. It is not intended for production use. The code is not optimized for performance or security, nor 
 does it have proper error handling or any test-coverage.
 
+This project allows you to use your own data. Note that quality of input data is crucial for the quality of the final output.  
+
 An important todo that's still open: Implement a way to structurally assess quality and reliability of a whole RAG chain and the individual components.
 
 Please note that `allow_dangerous_deserialization` is set to true for loading an earlier created FAISS index from disk.
-- 
GitLab