mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-06-24 06:09:55 +02:00
475 B
475 B
Dataset Extension
Agentic Security allows you to extend datasets to enhance its capabilities.
Adding New Datasets
- Place your dataset files in the
datasetsdirectory. - Ensure each file contains a
promptcolumn for processing.
Supported Formats
- CSV
- JSON
Example
To add a new dataset:
cp my_dataset.csv datasets/
Further Reading
For more details on dataset formats and processing, refer to the API Reference.