Files
Alexander Myasoedov 50436e1f1d feat(Update docs):
2025-01-25 12:28:50 +02:00

26 lines
475 B
Markdown

# 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.
1. 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).