Spotlight 1.6.0rc1
Pre-release
Pre-release
Features
- Add lens for visualizing axis-aligned bounding boxes with labels on images
- Create automatic embeddings for chosen columns (models
ViT
,Wav2Vec2
andGTE
) (parameterembed_columns
in show; parameters--embed-all
and--embed
in CLI)
Fixes
- Do not use
take
function ofpyarrow.Table
as lon as it is bugged (s. apache/arrow#25822 and https://issues.apache.org/jira/browse/ARROW-9773 for more)