openrelik / openrelik-server

The core backend server handling API requests and task management
Apache License 2.0
31 stars 3 forks source link

Add File Provenance Tracking #36

Closed berggren closed 6 days ago

berggren commented 6 days ago

Summary:

This change introduces the original_path and source_file_id fields to track file provenance, associating ingested files with their original location and potential source files. It also includes related schema updates and workflow adjustments.

Technical Details: