Describe your problem:
There is a gif in the Readme example 4 showing the left images embeddings represented by their source image in the embedding projector. The code of the readme doesn't produce this viewport. Instead The image embeddings are just represented by blue dots.
Why do you think it's happening?:
left_da.plot_embeddings() is just plotting the embeddings of the images, not the images themselfes. The source images have to be somehow connected to their vector representation in the viewport to be able to view the images there.
Environment:
Ubuntu 22.04, Pycharm, Python 3.10, docarray 0.17.0
Screenshots:
