Garden-AI / garden

https://garden-ai.readthedocs.io
MIT License
16 stars 4 forks source link

Make it possible for users to add datasets to entrypoints #442

Closed WillEngler closed 3 months ago

WillEngler commented 4 months ago

Currently you can attach datasets to models (and thereby to entrypoints) only by constructing Dataset and Model opjects in the Garden SDK. You can't add a dataset to a model connector, so there isn't an obvious way to add a dataset from a publishing notebook. There also isn't a way to add a dataset to a model or entrypoint via the command line. Assuming our early users will want to add datasets, we'll have to accommodate this somehow.

Notes:

The fact that datasets are attached to models and not entrypoints makes this awkward from the CLI's perspective. There isn't an obvious way to have a user select a model to attach a dataset to.

Acceptance Criteria

Given..., when..., then...