- SAND Entity Editor UI, when users link new cell, it will automatically do an initial search using the cell as the query to save users time from re-entering the same information.
- SAND Entity Editor UI, we can apply search results to multiple cells at once.
- Users can export the linked entities
- Importing a dataset, if the readable labels are not available for nodes/edges in the semantic descriptions, users can generate a default one via
add-missing-readable-label
flag.
- Fix getting entity/class/property by id that has special characters such as /
- Handle querying external APIs returned unknown entities
- Fix exporting data as attachment cannot handle special characters in the filename
- SAND CLI can import dataset returned from a python function
- SAND CLI create project command does not require project's description (default to use dataset name)
- Update dependency:
d-repr
version constraint to^2.10.0
from prerelease version. - Update dockerfile and add docker-compose example.