Features
- Automatically create embeddings for columns containing images (ViT), audio (Wav2Vec2), or strings (gte-base)
python
spotlight.show(..., embed=['colA', 'colB'])
- New DType for axis aligned bounding boxes (`bounding_box_dtype`).
- New DType for Sequences of values. Supports bounding boxes and categories for now.
- New lens for labeled axis-aligned bounding boxes on images.
- New metrics: Levensthein distance, BLEU Score.
- New lenses for text: ROUGE & BLEU Score.