blythed
blythed
Currently when we run `component.export()`, we get a very nice flat representation of a `Component` instance. At the same time we have `m.dict().encode()` which goes very deep. We should somehow...
- [x] Update `CONTRIBUTING.md` - [ ] (Optional) video ### Remarks (Corrections) - [ ] #2047
- One branch per minor/ major (?) version. - Patches will be merged to this branch - Documentation builds on pulls/ pushes to these branches - Documentation versions: `0.1`, `0.2`,...
Improve the quality and the storytelling of all the pages on the documentation Give a start and add more details between codes - add explanations of why things happen or...
Idea of @jieguangzhou to create models inside a context manager. ```python # Create model instances model1 = Model() model2_multi = Model() model3 = Model() # Using the Graph context manager...
Necessary tasks: - [ ] Create a subclass of `backends.ibis.databackend.IbisDataBackend` - [ ] Implement configuring the index in this class (use `Mongo` as an example) - [ ] Implement logic...
As a SuperDuperDB user, I would like to connect to Apache Iceberg tables using Trino and/ or PySpark and apply AI models to these. Since `superduperdb` supports `ibis` which supports...