Azure / PyRIT

The Python Risk Identification Tool for generative AI (PyRIT) is an open access automation framework to empower security professionals and machine learning engineers to proactively find risks in their generative AI systems.
MIT License
1.91k stars 366 forks source link

DOC add results cache cleanup hint #526

Open romanlutz opened 2 weeks ago

romanlutz commented 2 weeks ago

Describe the issue linked to the documentation

We have people running into issues with DuckDB semi-frequently where the solution is essentially to delete the results folder.

We should have small doc page (markdown) that explains what's going on (likely a small change to the DB) and how to fix it (delete results folder). This has to be specific per installation type since the results folder will reside in different places.

cc @donebydan