chagu-demo / rag_sec /README.md
talexm
adding example for query protection search
9a25cef
|
raw
history blame
411 Bytes
# 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