File size: 411 Bytes
9a25cef
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

# 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