tensorlakeai / indexify

A realtime serving engine for Data-Intensive Generative AI Applications
https://docs.tensorlake.ai
Apache License 2.0
925 stars 120 forks source link

ui(feat): Download output of a function from the UI #1055

Open Default2882 opened 4 days ago

Default2882 commented 4 days ago

Context

A small feature to download the execution output of a function within an invocation. If the encoder is json a file with .json extension will download, and if the encoder is cloudpickle a file with .bin extension will download. Addresses #1054.

Testing

Download button -

Screenshot 2024-11-21 at 8 29 28 PM

Clicking on the download button -

Screenshot 2024-11-21 at 8 30 15 PM

Viewing the .json file.

Screenshot 2024-11-21 at 8 30 38 PM

Contribution Checklist

Default2882 commented 4 days ago

@adithyaakrishna @diptanu Created a small PR for UI to view output of a function, please take a look!

adithyaakrishna commented 3 days ago

@Default2882 I added a few comments, otherwise it LGTM :)

Default2882 commented 3 days ago

@adithyaakrishna Done, merged your changes!