superduper icon indicating copy to clipboard operation
superduper copied to clipboard

Superduper: Integrate AI models and machine learning workflows with your database to implement custom AI applications, without moving your data. Including streaming inference, scalable model hosting,...

Results 297 superduper issues
Sort by recently updated
recently updated
newest added
trafficstars

When updating a component with `jobs=False`, the `status` field hangs in `PENDING`.

Instead of fetching `_path` from the database, get the schema from `registry[component]`.

📉 technical debt

We want to be able to support a range of remote data-sources, so that developers can query these data-sources as though they were local tables, and act on that input.

1. Instead of re-implementing the `obj.wait()` on each object, create a generic `wait(obj)` method that inspect the object to `status`, and waits on it. 2. Change the `wait` to take...

📉 technical debt

For the moment, the components/plugins have implicit initialization methods. Amongst them: - They read directly from env variables - They read from `CFG` - The have parameters at`__init__` We should...

📉 technical debt