tensorlakeai / indexify

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

Pass the config_path to the Downloader #1052

Closed j3m7 closed 1 week ago

j3m7 commented 1 week ago

Context

Actually executing graphs when using mTLS was not working because the graphs could not be downloaded.

What

This PR passes the config_path so mTLS is enforced for download requests.

Testing

This was tested in prod.

Contribution Checklist