Pre-built: Image

Create an importable pre-built Document Image.

It needs to be decided what fields and types it should contain, the one below is just a naive suggestion:

class Image(BaseDocument):
    tensor: Tensor
    uri: ImageURI
    embedding: Embedding