SuperDuperDB / superduperdb

🔮 SuperDuperDB: Bring AI to your database! Build, deploy and manage any AI application directly with your existing data infrastructure, without moving your data. Including streaming inference, scalable model training and vector search.
https://superduperdb.com
Apache License 2.0
4.55k stars 445 forks source link

[APP] Make component templates portable #2118

Closed blythed closed 1 month ago

blythed commented 1 month ago

A Template component #2116 should be something which can be easily exported. The Component.export would need adapting to do this.

# saves all information inside template in `template.yaml`, `blobs` and `files`
Template.export(...)