cfahlgren1 / observers

A Lightweight Library for AI Observability
190 stars 20 forks source link

use temp / isolated directory for DatasetStore #25

Closed cfahlgren1 closed 2 days ago

cfahlgren1 commented 3 days ago

The DatasetStore will use tmp directory by default unless a folder_path is specified. However, if folder_path is specified, it won't clean up that folder. Let me know if this is what we would expect.

this will close https://github.com/cfahlgren1/observers/issues/16