superduper
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,...
- [x] #2129 - [x] #2130
A new version if: - Breaking change - A subcomponent has a breaking change - ... Else overwrite/ update a version
Examples of breaking changes: - New weights/ function - New pluging module - New training parameters Examples of not breaking changes: - Validation object added - ...
Utility should optionally detect fields to ignore.
This is required to enable the functionality "edit component".
For example `Application.info()`.
The project's size is significantly increased by: 1. The static content of the docs (~13MB) 2. The cassetes (~10MB) Should we keep it as is, or find a solution to...
When submitting tasks to the Ray cluster, the client’s information should be passed to the Ray job.
Currently, in our development environment, we typically use export `SUPERDUPERDB_CONFIG=xxxxx/config.yaml`, and then start the Ray cluster, allowing the client and the Ray-executed tasks to share this configuration. However, in practical...
### Contact Details [Optional] _No response_ ### System Information main ### What happened? ```python from superduperdb import * from superduperdb.backends.mongodb import MongoQuery from pprint import pprint from superduperdb.components.application import Application...
Building script is broken.