feat(add docs):

This commit is contained in:
Alexander Myasoedov
2025-01-15 11:32:11 +02:00
parent 70c18c8251
commit bc030f06a8
69 changed files with 12674 additions and 12 deletions
+24
View File
@@ -0,0 +1,24 @@
# Dataset Extension
Agentic Security allows you to extend datasets to enhance its capabilities.
## Adding New Datasets
1. Place your dataset files in the `datasets` directory.
2. Ensure each file contains a `prompt` column for processing.
## Supported Formats
- CSV
- JSON
## Example
To add a new dataset:
```bash
cp my_dataset.csv datasets/
```
## Further Reading
For more details on dataset formats and processing, refer to the [API Reference](api_reference.md).