Skip to content

Commit 151d779

Browse files
committed
:docs: fix(rag-service): Add missing dp attack in docs
1 parent cbccda1 commit 151d779

File tree

1 file changed

+4
-2
lines changed
  • src/rag-service/data_poisoning_attacks

1 file changed

+4
-2
lines changed

src/rag-service/data_poisoning_attacks/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@ following command from the `src/rag-service` directory:
1616
fastapi run rag_service/main.py
1717
```
1818
## Available Data Poisoning Attacks
19-
### [1. Label Flipping Attack](./label_flipping/README.md)
20-
### [2. Keyword Attack](./keyword_attack/README.md)
19+
### 1. Label Flipping Attacks:
20+
- [General Label Flipping Attack](./label_flipping/README.md)
21+
- [Targeted Label Flipping Attack](./targeted_label_flipping/README.md)
22+
### [2. Keyword Injection Attack](./keyword_attack/README.md)

0 commit comments

Comments
 (0)