# RAG-Chagu Test Suite ## Overview This project demonstrates a RAG system enhanced with Chagu features for: - Data Poisoning Detection - Model Drift Handling - Query Injection Attack Prevention - Adversarial Embedding Detection ## Setup ### Install Dependencies ```bash pip install -r requirements.txt ``` ### Run the Test Suite ```bash python rag_chagu_demo.py ``` ## Requirements - Python 3.8 or higher