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,...
When we have a breaking change, the tree doesn't show the variable responsible for the diff. To be fixed.
Because this commit broke the unit tests, I temporarily reverted it. We need to fix it again. [Move get_schema lower into the execute logic](https://github.com/superduper-io/superduper/commit/498a19830ecb35bd7469e0c00f12c1cecfa6c482)
This will allow us to track which components are currently deployed or not.
```python from superduper import Component import typing as t class MyComponent(Component): new_component: t.Optional["MyComponent"] = None component = MyComponent(identifier="123") ``` ``` ❯ python test.py /Users/zhouhaha/Work/Superduper/superduper/superduper/base/config_settings.py:106: UserWarning: Warning: The path '/session/secrets' is...
It should be easier to follow what's going on in components