refinery icon indicating copy to clipboard operation
refinery copied to clipboard

Upload into data storage

Open jhoetter opened this issue 3 years ago • 1 comments

Is your feature request related to a problem? Please describe. I have multiple files which I want to combine, e.g. source_a and source_b. Or I want to modify data before I load it into a project; generally, I want to be able to program what I give as input.

Describe the solution you'd like Uploaded files should be stored in some data storage, and their files should be accessed programmatically. For instance, if I want to label duplicates in my data, I want to be able to loop over the rows and compare their embeddings to only insert into my projects interesting potential duplicate rows.

Describe alternatives you've considered Implementing that workflow outside of the app and then inserting the data

Additional context e.g. interesting to build training data for encoders that help to detect duplicates in my data

jhoetter avatar Aug 03 '22 14:08 jhoetter

Currently implemented in workflow product

jhoetter avatar May 16 '23 11:05 jhoetter