Skip to content

Commit c5c1f3e

Browse files
Multimodal: Update changelog and schema (#44)
1 parent 2318bc6 commit c5c1f3e

File tree

3 files changed

+164
-219
lines changed

3 files changed

+164
-219
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14+
- Database changes to support multimodal samples.
15+
1416
### Deprecated
1517

1618
### Removed

lightly_studio/src/lightly_studio/resolvers/dataset_resolver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from sqlmodel.sql.expression import SelectOfScalar
1111

1212
from lightly_studio.models.annotation.annotation_base import AnnotationBaseTable
13-
from lightly_studio.models.dataset import DatasetCreate, DatasetTable, DatasetViewWithCount
13+
from lightly_studio.models.dataset import DatasetCreate, DatasetTable
1414
from lightly_studio.models.image import ImageTable
1515
from lightly_studio.models.sample import SampleTable
1616
from lightly_studio.models.tag import TagTable

0 commit comments

Comments
 (0)