A common input format for ML models to represent 3d data are RGBD images. Usually an RGBD image is stored in 2 seperate image files, the first one describing the RGB values, the second one describing the depth.
We want to add the option to DocArray to read in RGBD images and store them in a Document's .tensor attribute.